[issue775309] button methods tkButtonDown, etc don't work

2009-02-09 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: gpolo: So this one should be closed, right? Out-of-date and superseded by issue 4350. -- nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue775309

[issue775309] button methods tkButtonDown, etc don't work

2009-02-09 Thread Guilherme Polo
Guilherme Polo ggp...@gmail.com added the comment: Thanks for remembering, Daniel. Closing as noted above. -- resolution: - out of date status: open - closed superseder: - Remove dead code from Tkinter.py ___ Python tracker rep...@bugs.python.org

[issue775309] button methods tkButtonDown, etc don't work

2008-11-24 Thread Guilherme Polo
Guilherme Polo [EMAIL PROTECTED] added the comment: There is a more general patch on issue4350 now ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue775309 ___ ___

[issue775309] button methods tkButtonDown, etc don't work

2008-09-15 Thread Guilherme Polo
Changes by Guilherme Polo [EMAIL PROTECTED]: -- nosy: +gpolo ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue775309 ___ ___ Python-bugs-list mailing list

[issue775309] button methods tkButtonDown, etc don't work

2008-09-15 Thread Guilherme Polo
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