.\" This is a wxWidgets manpage page generated from the XML docs .TH wxWindowCreateEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxWindowCreateEvent \- A window creation event .SH DESCRIPTION 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. .SH "PARENTS" wxCommandEvent wxEvent wxObject .SH "INCLUDE FILES" wx/event.h .SH MEMBERS .SS wxWindowCreateEvent (wxWindow* win = NULL) Constructor. .SH EVENTS .SS EVT_WINDOW_CREATE(func) Process a wxEVT_CREATE event. .SH "SEE ALSO" wxCommandEvent wxEvent wxObject Event handling overview , wxWindowDestroyEvent .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.