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.
|