]>
Commit | Line | Data |
---|---|---|
a660d684 KB |
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. | |
f4fcc291 | 5 | The 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 | ||
a660d684 KB |
16 | \wxheading{Event table macros} |
17 | ||
18 | To process an activate event, use these event handler macros to direct input to a member | |
19 | function that takes a wxInitDialogEvent argument. | |
20 | ||
21 | \twocolwidtha{7cm} | |
22 | \begin{twocollist}\itemsep=0pt | |
23 | \twocolitem{{\bf EVT\_INIT\_DIALOG(func)}}{Process a wxEVT\_INIT\_DIALOG event.} | |
d2c2afc9 | 24 | \end{twocollist} |
a660d684 KB |
25 | |
26 | \wxheading{See also} | |
27 | ||
a660d684 KB |
28 | \helpref{Event handling overview}{eventhandlingoverview} |
29 | ||
30 | \latexignore{\rtfignore{\wxheading{Members}}} | |
31 | ||
f0e8a2d0 | 32 | \membersection{wxInitDialogEvent::wxInitDialogEvent}\label{wxinitdialogeventctor} |
a660d684 KB |
33 | |
34 | \func{}{wxInitDialogEvent}{\param{int }{id = 0}} | |
35 | ||
36 | Constructor. | |
37 | ||
38 |