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 amaury.forgeotdarc
Recipients YMohan, amaury.forgeotdarc
Date 2009-03-27.15:46:34
SpamBayes Score 0.00023693654
Marked as misclassified No
Message-id <1238168797.45.0.521183754995.issue5569@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2009-03-27 15:46:37amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, YMohan
2009-03-27 15:46:37amaury.forgeotdarcsetmessageid: <1238168797.45.0.521183754995.issue5569@psf.upfronthosting.co.za>
2009-03-27 15:46:35amaury.forgeotdarclinkissue5569 messages
2009-03-27 15:46:35amaury.forgeotdarccreate