]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/indlgevt.tex
Added automatic dialog scrolling ability
[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 The default handler calls \helpref{wxWindow::TransferDataToWindow}{wxwindowtransferdatatowindow}.
6
7 \wxheading{Derived from}
8
9 \helpref{wxEvent}{wxevent}\\
10 \helpref{wxObject}{wxobject}
11
12 \wxheading{Include files}
13
14 <wx/event.h>
15
16 \wxheading{Library}
17
18 \helpref{wxCore}{librarieslist}
19
20 \wxheading{Event table macros}
21
22 To process an activate event, use these event handler macros to direct input to a member
23 function 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.}
28 \end{twocollist}
29
30 \wxheading{See also}
31
32 \helpref{Event handling overview}{eventhandlingoverview}
33
34 \latexignore{\rtfignore{\wxheading{Members}}}
35
36 \membersection{wxInitDialogEvent::wxInitDialogEvent}\label{wxinitdialogeventctor}
37
38 \func{}{wxInitDialogEvent}{\param{int }{id = 0}}
39
40 Constructor.
41
42