[issue5569] Issue in transparency in top level tk window(python) on MAC
Yogendra Mohan
report at bugs.python.org
Thu Mar 26 19:47:07 CET 2009
New submission from Yogendra Mohan <yogendra_mohan at oxyent-medical.com>:
Hello All,
OS - MAC 10.5.1
Python 2.5.1
Tk - 8.5.6
I am using the wm_attributes for transparency of top level window. But
unable to do the same.
The Tk wm attributes command takes option arguments
self.top=Toplevel(master=self.parent)
self.top.wm_attributes(alpha=0.0)
Let me know can I do on MAC system or Not? If not then please let me
know what all changes are required into tkinter.
Thanks in advance.
Yogendra Mohan
----------
components: Tkinter
messages: 84196
nosy: YMohan
severity: normal
status: open
title: Issue in transparency in top level tk window(python) on MAC
type: crash
versions: Python 2.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5569>
_______________________________________
More information about the Python-bugs-list
mailing list