An event being sent when the frame is iconized (minimized) or restored.
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.
Constructor. |
|
Returns |
wx.
IconizeEvent
(Event)¶Possible constructors:
IconizeEvent(id=0, iconized=True)
An event being sent when the frame is iconized (minimized) or restored.
__init__
(self, id=0, iconized=True)¶Constructor.
id (int) –
iconized (bool) –
Iconized
(self)¶bool
Deprecated
This function is deprecated in favour of IsIconized
.
IsIconized
(self)¶Returns True
if the frame has been iconized, False
if it has been restored.
bool