A dialog suitable for handling tabs.
Please note that the preferred class for programming tabbed windows is wxNotebook. This class is retained for backward compatibility.
Derived from
wxDialog
wxEvtHandler
wxObject
Include files
<wx/tab.h>
See also
Members
wxTabbedDialog::wxTabbedDialog
wxTabbedDialog::~wxTabbedDialog
wxTabbedDialog::SetTabView
wxTabbedDialog::GetTabView
wxTabbedDialog(wxWindow *parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style=wxDEFAULT_DIALOG_STYLE, const wxString& name="dialogBox")
Constructor.
~wxTabbedDialog()
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).
void SetTabView(wxTabView *view)
Sets the tab view associated with the dialog box.
wxTabView * GetTabView()
Returns the tab view associated with the dialog box.