]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/indlgevt.tex
API change: a single SELECTION_CHANGED not lots of SELECT and UNSELECT events
[wxWidgets.git] / docs / latex / wx / indlgevt.tex
CommitLineData
a660d684
KB
1\section{\class{wxInitDialogEvent}}\label{wxinitdialogevent}
2
3A wxInitDialogEvent is sent as a dialog or panel is being initialised.
4Handlers for this event can transfer data to the window.
f4fcc291 5The default handler calls \helpref{wxWindow::TransferDataToWindow}{wxwindowtransferdatatowindow}.
a660d684
KB
6
7\wxheading{Derived from}
8
9\helpref{wxEvent}{wxevent}\\
10\helpref{wxObject}{wxobject}
11
954b8ae6
JS
12\wxheading{Include files}
13
14<wx/event.h>
15
a7af285d
VZ
16\wxheading{Library}
17
18\helpref{wxCore}{librarieslist}
19
a660d684
KB
20\wxheading{Event table macros}
21
22To process an activate event, use these event handler macros to direct input to a member
23function that takes a wxInitDialogEvent argument.
24
25\twocolwidtha{7cm}
26\begin{twocollist}\itemsep=0pt
27\twocolitem{{\bf EVT\_INIT\_DIALOG(func)}}{Process a wxEVT\_INIT\_DIALOG event.}
d2c2afc9 28\end{twocollist}
a660d684
KB
29
30\wxheading{See also}
31
a660d684
KB
32\helpref{Event handling overview}{eventhandlingoverview}
33
34\latexignore{\rtfignore{\wxheading{Members}}}
35
f0e8a2d0 36\membersection{wxInitDialogEvent::wxInitDialogEvent}\label{wxinitdialogeventctor}
a660d684
KB
37
38\func{}{wxInitDialogEvent}{\param{int }{id = 0}}
39
40Constructor.
41
42