|
← Revision 4 as of 2011-04-27 09:42:52
Size: 347
Comment:
|
← Revision 5 as of 2012-02-21 00:55:22
Size: 448
Comment: +added note that individual event callbacks can't be unregistered
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 11: | Line 11: |
| * w.bind(add="+") works, but w.unbind(funcid=...) does not; you need to write your own multiplexer |
Common Problems
A list of pages describing common problems or mistakes, and how to fix them:
CanvasConundrums: Why doesn't the canvas start at (0,0) ? ...
CallbackConfusion: Why don't my Buttons / Menu items work ?
Having trouble displaying an image ? see PhotoImage
- w.bind(add="+") works, but w.unbind(funcid=...) does not; you need to write your own multiplexer