Guilherme Polo <[EMAIL PROTECTED]> added the comment: 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. ---------- priority: normal -> low _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue775309> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com