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 52 53 54 55 56 57 58 59 60
|
<HTML>
<head><title>wxTabbedDialog</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="wxtabbeddialog"></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="wx228.htm#wxsystemsettings"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx230.htm#wxtabbedpanel"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>wxTabbedDialog</H2>
<P>
A dialog suitable for handling tabs.<P>
<B><FONT COLOR="#FF0000">Derived from</FONT></B><P>
<A HREF="wx71.htm#wxdialog">wxDialog</A><BR>
<A HREF="wx85.htm#wxevthandler">wxEvtHandler</A><BR>
<A HREF="wx158.htm#wxobject">wxObject</A><P>
<B><FONT COLOR="#FF0000">Include files</FONT></B><P>
<wx/tab.h><P>
<B><FONT COLOR="#FF0000">See also</FONT></B><P>
<A HREF="wx306.htm#wxtaboverview">Tab classes overview</A><P>
<B><FONT COLOR="#FF0000">Members</FONT></B><P>
<A HREF="#topic890">wxTabbedDialog::wxTabbedDialog</A><BR>
<A HREF="#topic891">wxTabbedDialog::~wxTabbedDialog</A><BR>
<A HREF="#topic892">wxTabbedDialog::SetTabView</A><BR>
<A HREF="#topic893">wxTabbedDialog::GetTabView</A><BR>
<P>
<HR>
<A NAME="topic890"></A>
<H3>wxTabbedDialog::wxTabbedDialog</H3>
<P>
<B></B> <B>wxTabbedDialog</B>(<B>wxWindow *</B><I>parent</I>, <B>wxWindowID </B><I>id</I>,
<B>const wxString& </B><I>title</I>, <B>const wxPoint&</B><I> pos</I>, <B>const wxSize&</B><I> size</I>,
<B>long</B><I> style=wxDEFAULT_DIALOG_STYLE</I>, <B>const wxString& </B><I>name="dialogBox"</I>)<P>
Constructor.<P>
<HR>
<A NAME="topic891"></A>
<H3>wxTabbedDialog::~wxTabbedDialog</H3>
<P>
<B></B> <B>~wxTabbedDialog</B>()<P>
Destructor. This destructor deletes the tab view associated with the dialog box.
If you do not wish this to happen, set the tab view to NULL before destruction (for example,
in the OnCloseWindow event handler).<P>
<HR>
<A NAME="topic892"></A>
<H3>wxTabbedDialog::SetTabView</H3>
<P>
<B>void</B> <B>SetTabView</B>(<B>wxTabView *</B><I>view</I>)<P>
Sets the tab view associated with the dialog box.<P>
<HR>
<A NAME="topic893"></A>
<H3>wxTabbedDialog::GetTabView</H3>
<P>
<B>wxTabView *</B> <B>GetTabView</B>()<P>
Returns the tab view associated with the dialog box.<P>
</BODY></HTML>
|