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 gpolo
Recipients gpolo, reowen
Date 2008-09-16.01:41:54
SpamBayes Score 1.1083954e-06
Marked as misclassified No
Message-id <1221529331.07.0.0128005344334.issue775309@psf.upfronthosting.co.za>
In-reply-to
Content
tkButtonDown and co. are long gone, you shouldn't be relying on them. If
you get tk sources, you will see that tkButtonDown is called when you do
btn.event_generate('<1>').

The best thing to do here is actually remove these methods that call
commands that shouldn't be used anymore and are not directly available.
History
Date User Action Args
2008-09-16 01:42:11gpolosetrecipients: + gpolo, reowen
2008-09-16 01:42:11gpolosetmessageid: <1221529331.07.0.0128005344334.issue775309@psf.upfronthosting.co.za>
2008-09-16 01:41:55gpololinkissue775309 messages
2008-09-16 01:41:54gpolocreate