An event being sent when the frame is iconized (minimized) or restored.
Currently only wxMSW and wxGTK generate such events.
Derived from
Include files
<wx/event.h>
Event table macros
To process an iconize event, use this event handler macro to direct input to a member function that takes a wxIconizeEvent argument.
EVT_ICONIZE(func) | Process a wxEVT_ICONIZE event. |
Event handling overview, wxTopLevelWindow::Iconize, wxTopLevelWindow::IsIconized
Members
wxIconizeEvent::wxIconizeEvent
wxIconizeEvent::Iconized
wxIconizeEvent(int id = 0, bool iconized = true)
Constructor.
bool Iconized() const
Returns true if the frame has been iconized, false if it has been restored.