20202021wxWidgets team.Licensed under the wxWindows Free Documentation Licence, Version 3
wxWindowCreateEventwxWindowCreateEventFunctions for wxWindowCreateEvent class
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.
See: Overview events, wxWindowDestroyEvent
This class is derived (and can use functions) from:
wxCommandEventwxEvent
wxWidgets docs: wxWindowCreateEvent
Events
Use wxEvtHandler:connect/3 with wxWindowCreateEventType to subscribe to events of this type.