I am writing a small wxPython utility.
I would like to use some event to detect when a user minimizes the application/window.
I have looked around but did not find an event like wx.EVT_MINIMIZE that I could bind to.
Anyone know of a way that can be used to detect this?
Frame. A frame is a window whose size and position can (usually) be changed by the user. It usually has thick borders and a title bar, and can optionally contain a menu bar, toolbar and status bar. A frame can contain any window that is not a frame or dialog.
Add a handler for the wx.EVT_ICONIZE event.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With