]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/indlgevt.tex
more files I forgot to commit (wxFile/wxTempFile/wxTextFile docs)
[wxWidgets.git] / docs / latex / wx / indlgevt.tex
1 \section{\class{wxInitDialogEvent}}\label{wxinitdialogevent}
2
3 A wxInitDialogEvent is sent as a dialog or panel is being initialised.
4 Handlers for this event can transfer data to the window.
5
6 \wxheading{Derived from}
7
8 \helpref{wxEvent}{wxevent}\\
9 \helpref{wxObject}{wxobject}
10
11 \wxheading{Event table macros}
12
13 To process an activate event, use these event handler macros to direct input to a member
14 function that takes a wxInitDialogEvent argument.
15
16 \twocolwidtha{7cm}
17 \begin{twocollist}\itemsep=0pt
18 \twocolitem{{\bf EVT\_INIT\_DIALOG(func)}}{Process a wxEVT\_INIT\_DIALOG event.}
19 \end{twocollist}%
20
21 \wxheading{See also}
22
23 \helpref{wxWindow::OnInitDialog}{wxwindowoninitdialog},\rtfsp
24 \helpref{Event handling overview}{eventhandlingoverview}
25
26 \latexignore{\rtfignore{\wxheading{Members}}}
27
28 \membersection{wxInitDialogEvent::wxInitDialogEvent}
29
30 \func{}{wxInitDialogEvent}{\param{int }{id = 0}}
31
32 Constructor.
33
34