Contents Up Previous Next

wxTabbedDialogBox: wxDialogBox

Tab classes overview

wxTabbedDialogBox::wxTabbedDialogBox
wxTabbedDialogBox::~wxTabbedDialogBox
wxTabbedDialogBox::SetTabView
wxTabbedDialogBox::GetTabView


wxTabbedDialogBox::wxTabbedDialogBox

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.


wxTabbedDialogBox::~wxTabbedDialogBox

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).


wxTabbedDialogBox::SetTabView

void SetTabView(wxTabView *view)

Sets the tab view associated with the dialog box.


wxTabbedDialogBox::GetTabView

wxTabView * GetTabView(void)

Returns the tab view associated with the dialog box.