wxIconizeEventAn 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.
Event handling overview, wxTopLevelWindow::Iconize, wxTopLevelWindow::IsIconized Members
wxIconizeEvent::wxIconizeEvent
wxIconizeEvent::wxIconizeEventwxIconizeEvent(int id = 0, bool iconized = true) Constructor.
wxIconizeEvent::Iconizedbool Iconized() const Returns true if the frame has been iconized, false if it has been restored.
|