I am writing a small wxPython utility.
I would like to use some kind of event to detect when the user minimizes the application / window.
I looked around, but did not find an event like wx.EVT_MINIMIZE, with which I could become attached.
Does anyone know a method that can be used to detect this?
source
share