#include </home/zeitlin/src/wx/github/interface/wx/event.h>
An event being sent when the frame is iconized (minimized) or restored.
Currently only wxMSW and wxGTK generate such events.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
wxEVT_ICONIZE
event. Public Member Functions | |
wxIconizeEvent (int id=0, bool iconized=true) | |
Constructor. | |
bool | IsIconized () const |
Returns true if the frame has been iconized, false if it has been restored. | |
bool | Iconized () const |
wxIconizeEvent::wxIconizeEvent | ( | int | id = 0 , |
bool | iconized = true |
||
) |
Constructor.
bool wxIconizeEvent::Iconized | ( | ) | const |
bool wxIconizeEvent::IsIconized | ( | ) | const |
Returns true if the frame has been iconized, false if it has been restored.