A panel 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
Include files
<wx/tab.h>
See also
Members
wxTabbedPanel::wxTabbedPanel
wxTabbedPanel::SetTabView
wxTabbedPanel::GetTabView
wxTabbedPanel(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style=0, const wxString& name="panel")
Constructor.
void SetTabView(wxTabView *view)
Sets the tab view associated with the panel.
wxTabView * GetTabView()
Returns the tab view associated with the panel.