File: wx119.htm

package info (click to toggle)
wxwin2-doc 2.01-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,540 kB
  • ctags: 5,968
  • sloc: cpp: 15,157; makefile: 434; sh: 6
file content (51 lines) | stat: -rw-r--r-- 1,704 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<HTML>
<head><title>wxInitDialogEvent</title></head>

<BODY BGCOLOR=#FFFFFF>
<A NAME="wxinitdialogevent"></A><CENTER>
<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx22.htm#classref"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx118.htm#wxindividuallayoutconstraint"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx120.htm#wxinputstream"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>

<H2>wxInitDialogEvent</H2>
<P>
A wxInitDialogEvent is sent as a dialog or panel is being initialised.
Handlers for this event can transfer data to the window.<P>
<B><FONT COLOR="#FF0000">Derived from</FONT></B><P>
<A HREF="wx84.htm#wxevent">wxEvent</A><BR>

<A HREF="wx158.htm#wxobject">wxObject</A><P>
<B><FONT COLOR="#FF0000">Include files</FONT></B><P>
&lt;wx/event.h&gt;<P>
<B><FONT COLOR="#FF0000">Event table macros</FONT></B><P>
To process an activate event, use these event handler macros to direct input to a member
function that takes a wxInitDialogEvent argument.<P>


<TABLE>


<TR><TD VALIGN=TOP>
<B>EVT_INIT_DIALOG(func)</B>
</TD>

<TD VALIGN=TOP>
Process a wxEVT_INIT_DIALOG event.
</TD></TR>


</TABLE>
<B><FONT COLOR="#FF0000">See also</FONT></B><P>
<A HREF="wx260.htm#wxwindowoninitdialog">wxWindow::OnInitDialog</A>,
<A HREF="wx299.htm#eventhandlingoverview">Event handling overview</A><P>
<B><FONT COLOR="#FF0000">Members</FONT></B><P>
<A HREF="#topic477">wxInitDialogEvent::wxInitDialogEvent</A><BR>
<P>

<HR>
<A NAME="topic477"></A>
<H3>wxInitDialogEvent::wxInitDialogEvent</H3>
<P>
<B></B> <B>wxInitDialogEvent</B>(<B>int </B><I>id = 0</I>)<P>
Constructor.<P>


</BODY></HTML>