]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/destroyevt.tex
commented and documented wxXRC_NO_RELOADING flag
[wxWidgets.git] / docs / latex / wx / destroyevt.tex
CommitLineData
4acaa5e2
JS
1\section{\class{wxWindowDestroyEvent}}\label{wxwindowdestroyevent}
2
3This event is sent just before the actual window associated with a wxWindow object
4is destroyed. Since it is derived from wxCommandEvent, the event propagates up
5the window hierarchy.
6
7\wxheading{Derived from}
8
9\helpref{wxCommandEvent}{wxevent}\\
10\helpref{wxEvent}{wxevent}\\
11\helpref{wxObject}{wxobject}
12
13\wxheading{Include files}
14
15<wx/event.h>
16
17\wxheading{Event table macros}
18
19To process a window destruction event, use this event handler macro to direct input to a member
20function that takes a wxWindowDestroyEvent argument.
21
22\twocolwidtha{7cm}
23\begin{twocollist}\itemsep=0pt
24\twocolitem{{\bf EVT\_WINDOW\_DESTROY(func)}}{Process a wxEVT\_DESTROY event.}
25\end{twocollist}%
26
27\wxheading{See also}
28
29\helpref{Event handling overview}{eventhandlingoverview},\rtfsp
30\helpref{wxWindowCreateEvent}{wxwindowcreateevent}
31
32\latexignore{\rtfignore{\wxheading{Members}}}
33
34\membersection{wxWindowDestroyEvent::wxWindowDestroyEvent}\label{wxwindowdestroyeventctor}
35
36\func{}{wxWindowDestroyEvent}{\param{wxWindow* }{win = NULL}}
37
38Constructor.
39