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 YMohan
Recipients YMohan
Date 2009-03-26.18:47:03
SpamBayes Score 2.2889287e-06
Marked as misclassified No
Message-id <1238093226.99.0.851453746263.issue5569@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-03-26 18:47:07YMohansetrecipients: + YMohan
2009-03-26 18:47:06YMohansetmessageid: <1238093226.99.0.851453746263.issue5569@psf.upfronthosting.co.za>
2009-03-26 18:47:05YMohanlinkissue5569 messages
2009-03-26 18:47:04YMohancreate