[issue5569] Issue in transparency in top level tk window(python) on MAC

Amaury Forgeot d'Arc report at bugs.python.org
Fri Mar 27 16:46:37 CET 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

wm_attributes does not take keyword arguments. See issue1500773.

something like this should work, though:
        self.top=Toplevel(master=self.parent)
        self.top.wm_attributes('-alpha', 0.8)

----------
nosy: +amaury.forgeotdarc
resolution:  -> duplicate
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5569>
_______________________________________


More information about the Python-bugs-list mailing list