#include <wx/event.h>
Currently only wxMSW and wxGTK generate such events.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
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.
![]() |
[ top ] |