wx.IconizeEvent¶An event being sent when the frame is iconized (minimized) or restored.
Events Emitted by this Class¶Handlers bound for the following event types will receive a wx.IconizeEvent parameter.
EVT_ICONIZE: Process a wxEVT_ICONIZE event.
Availability
Only available for MSW, GTK.
Class Hierarchy¶
Inheritance diagram for class IconizeEvent:
Methods Summary¶Constructor. |
|
Returns |
Class API¶Possible constructors:
IconizeEvent(id=0, iconized=True)
An event being sent when the frame is iconized (minimized) or restored.
Constructor.
id (int) –
iconized (bool) –
bool
Deprecated
This function is deprecated in favour of IsIconized .
Returns True if the frame has been iconized, False if it has been restored.
bool