in reply to Height of a label widget in Tk
Inside of $w->waitVisibility Tk does updates and processes other events until the widget receives a Visibility event. If you want to handle this kind of thing asynchronously you could look at hooking into that event yourself.
|
---|