in reply to Re^2: Toplevel window/widget
in thread Toplevel window/widget

What would prevent a toplevel widget from minimizing?

Code

 

 

 

 

 

For example, clicking a button triggers a callback (function).

Clicking minimize button, triggers a callback

The regular callback, changes the size of the window, it actually minimizes the toplevel window

Maybe you override this callback, with your own callback, which does not perform minimization