1 \section{\class{wxWindowCreateEvent
}}\label{wxwindowcreateevent
}
3 This event is sent just after the actual window associated with a wxWindow object
4 has been created. Since it is derived from wxCommandEvent, the event propagates up
7 \wxheading{Derived from
}
9 \helpref{wxCommandEvent
}{wxevent
}\\
10 \helpref{wxEvent
}{wxevent
}\\
11 \helpref{wxObject
}{wxobject
}
13 \wxheading{Include files
}
19 \helpref{wxCore
}{librarieslist
}
21 \wxheading{Event table macros
}
23 To process a window creation event, use this event handler macro to direct input to a member
24 function that takes a wxWindowCreateEvent argument.
27 \begin{twocollist
}\itemsep=
0pt
28 \twocolitem{{\bf EVT
\_WINDOW\_CREATE(func)
}}{Process a wxEVT
\_CREATE event.
}
33 \helpref{Event handling overview
}{eventhandlingoverview
},
\rtfsp
34 \helpref{wxWindowDestroyEvent
}{wxwindowdestroyevent
}
36 \latexignore{\rtfignore{\wxheading{Members
}}}
38 \membersection{wxWindowCreateEvent::wxWindowCreateEvent
}\label{wxwindowcreateeventctor
}
40 \func{}{wxWindowCreateEvent
}{\param{wxWindow*
}{win = NULL
}}