The callbacks that are passed around from the root window down to lower level widgets are getting out of hand. These should all be replaced with events, and the parents should bind these events if they are interested in them. This would clean the code up a lot.
The callbacks that are passed around from the root window down to lower level widgets are getting out of hand. These should all be replaced with events, and the parents should bind these events if they are interested in them. This would clean the code up a lot.