#include <wx/event.h>
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:
wxEVT_CREATE
event.
Public Member Functions | |
wxWindowCreateEvent (wxWindow *win=NULL) | |
Constructor. | |
wxWindow * | GetWindow () const |
Retutn the window being created. |
wxWindowCreateEvent::wxWindowCreateEvent | ( | wxWindow * | win = NULL |
) |
Constructor.
wxWindow* wxWindowCreateEvent::GetWindow | ( | ) | const |
Retutn the window being created.
![]() |
[ top ] |