Re: 'connect' widget classes in an application
ingo <[email protected]>
| Newsgroups | gmane.comp.python.tkinter |
|---|---|
| Message-ID | <[email protected]> |
Op 2016-01-24 om 18:52 schreef Michael Lange: > You could use a list or a dictionary instead to keep > references to the text widgets in the Nnotebook class. I'll look into that. > [...] remove the default widget bindings for the events in question and write your own > event handlers for these and apply the bindings again (though I am not > sure if there is a good reason why one would want to do so). > Have no intentions doing that :) It's just that I had to figure out how it works, hence the event=None and wondered why. Makes sense, Thanks again, Ingo