#include </home/zeitlin/src/wx/github/interface/wx/event.h>
An event being sent when a top level window is maximized.
Notice that it is not sent when the window is restored to its original size after it had been maximized, only a normal wxSizeEvent is generated in this case.
Currently this event is only generated in wxMSW, wxGTK, wxOSX/Cocoa and wxOS2 ports so portable programs should only rely on receiving wxEVT_SIZE
and not necessarily this event when the window is maximized.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
wxEVT_MAXIMIZE
event. Public Member Functions | |
wxMaximizeEvent (int id=0) | |
Constructor. |
wxMaximizeEvent::wxMaximizeEvent | ( | int | id = 0 | ) |
Constructor.
Only used by wxWidgets internally.