wxwindowcreateeventthis 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. derived from
wxcommandevent include files <wx/event.h> event table macros to process a window creation event, use this event handler macro to direct input to a member function that takes a wxwindowcreateevent argument.
event handling overview, wxwindowdestroyevent members
wxwindowcreateevent::wxwindowcreateevent
wxwindowcreateevent::wxwindowcreateeventwxwindowcreateevent(wxwindow* win = null) constructor.
|