]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/indlgevt.tex
added IsEditable
[wxWidgets.git] / docs / latex / wx / indlgevt.tex
... / ...
CommitLineData
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.
5
6\wxheading{Derived from}
7
8\helpref{wxEvent}{wxevent}\\
9\helpref{wxObject}{wxobject}
10
11\wxheading{Include files}
12
13<wx/event.h>
14
15\wxheading{Event table macros}
16
17To process an activate event, use these event handler macros to direct input to a member
18function that takes a wxInitDialogEvent argument.
19
20\twocolwidtha{7cm}
21\begin{twocollist}\itemsep=0pt
22\twocolitem{{\bf EVT\_INIT\_DIALOG(func)}}{Process a wxEVT\_INIT\_DIALOG event.}
23\end{twocollist}%
24
25\wxheading{See also}
26
27\helpref{wxWindow::OnInitDialog}{wxwindowoninitdialog},\rtfsp
28\helpref{Event handling overview}{eventhandlingoverview}
29
30\latexignore{\rtfignore{\wxheading{Members}}}
31
32\membersection{wxInitDialogEvent::wxInitDialogEvent}
33
34\func{}{wxInitDialogEvent}{\param{int }{id = 0}}
35
36Constructor.
37
38