Contents Up Previous Next

wxTabbedPanel

A panel suitable for handling tabs.

Derived from

wxPanel
wxEvtHandler
wxObject

Include files

<wx/tab.h>

See also

Tab classes overview

Members

wxTabbedPanel::wxTabbedPanel
wxTabbedPanel::SetTabView
wxTabbedPanel::GetTabView


wxTabbedPanel::wxTabbedPanel

wxTabbedPanel(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style=0, const wxString& name="panel")

Constructor.


wxTabbedPanel::SetTabView

void SetTabView(wxTabView *view)

Sets the tab view associated with the panel.


wxTabbedPanel::GetTabView

wxTabView * GetTabView()

Returns the tab view associated with the panel.