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 pysquared
Recipients BreamoreBoy, gpolo, pysquared
Date 2011-02-24.14:36:19
SpamBayes Score 0.10520077
Marked as misclassified No
Message-id <1298558187.09.0.193644423029.issue4350@psf.upfronthosting.co.za>
In-reply-to
Content
Are we sure this is dead code, and not just out of date?

e.g. this works, and I use it in production with "if Tkinter.TkVersion >= 8.4":

b = Tkinter.Button(root)
b.tk.call('tk::ButtonEnter', b._w)
History
Date User Action Args
2011-02-24 14:36:27pysquaredsetrecipients: + pysquared, gpolo, BreamoreBoy
2011-02-24 14:36:27pysquaredsetmessageid: <1298558187.09.0.193644423029.issue4350@psf.upfronthosting.co.za>
2011-02-24 14:36:20pysquaredlinkissue4350 messages
2011-02-24 14:36:19pysquaredcreate