wxTabbedDialogBox::wxTabbedDialogBox
wxTabbedDialogBox::~wxTabbedDialogBox
wxTabbedDialogBox::SetTabView
wxTabbedDialogBox::GetTabView
void wxTabbedDialogBox(wxWindow *parent, char *title, Bool modal, int x, int y, int width, int height, long style=wxDEFAULT_DIALOG_STYLE, char *name="dialogBox")
Constructor.
void ~wxTabbedDialogBox(void)
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 OnClose member).
void SetTabView(wxTabView *view)
Sets the tab view associated with the dialog box.
wxTabView * GetTabView(void)
Returns the tab view associated with the dialog box.