This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregcouch
Recipients
Date 2006-06-05.06:35:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The Tk wm attributes command takes option arguments
(from the Tk wm manual page):

   wm attributes window ?option value option value...?

And option arguments are normally given with keyword
arguments in Tkinter (most if not all widget creation
functions and widget commands).  The attached patch
changes the wm_attributes method to take keyword
arguments, so top.wm_attributes(alpha=.8) will work as
expected (on Windows XP and Mac OS X).
History
Date User Action Args
2007-08-23 15:52:38adminlinkissue1500773 messages
2007-08-23 15:52:38admincreate