#include </home/zeitlin/src/wx/github/interface/wx/event.h>
This event is sent just after the actual window associated with a wxWindow object has been created.
Since it is derived from wxCommandEvent, the event propagates up the window hierarchy.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
wxEVT_CREATE
event. Public Member Functions | |
wxWindowCreateEvent (wxWindow *win=NULL) | |
Constructor. | |
wxWindow * | GetWindow () const |
Return the window being created. |
wxWindowCreateEvent::wxWindowCreateEvent | ( | wxWindow * | win = NULL | ) |
Constructor.
wxWindow* wxWindowCreateEvent::GetWindow | ( | ) | const |
Return the window being created.