#include <wx/event.h>
Currently only wxMSW and wxGTK generate such events.
Events:
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Public Member Functions | |
| wxIconizeEvent (int id=0, bool iconized=true) | |
| bool | IsIconized () const |
| bool | Iconized () const |
| wxIconizeEvent::wxIconizeEvent | ( | int | id = 0, |
|
| bool | iconized = true | |||
| ) |
Constructor.
| bool wxIconizeEvent::IsIconized | ( | ) | const |
Returns true if the frame has been iconized, false if it has been restored.
| bool wxIconizeEvent::Iconized | ( | ) | const |
|
[ top ] |