#include <wx/aui/auibook.h>
wxAuiTabContainer is a class which contains information about each tab.
It also can render an entire tab control to a specified DC. It's not a window class itself, because this code will be used by the wxAuiNotebook, where it is disadvantageous to have separate windows for each tab control in the case of "docked tabs".
A derived class, wxAuiTabCtrl, is an actual wxWindow - derived window which can be used as a tab control in the normal sense.
<>< =''>:</>&;&;< =''>\ </></>
Protected Member Functions | |
virtual void | Render (wxDC *dc, wxWindow *wnd) |
wxAuiTabContainer::wxAuiTabContainer | ( | ) |
Default ctor.
|
virtual |
Default dtor.
void wxAuiTabContainer::AddButton | ( | int | id, |
int | location, | ||
const wxBitmap & | normalBitmap = wxNullBitmap , |
||
const wxBitmap & | disabledBitmap = wxNullBitmap |
||
) |
bool wxAuiTabContainer::AddPage | ( | wxWindow * | page, |
const wxAuiNotebookPage & | info | ||
) |
bool wxAuiTabContainer::ButtonHitTest | ( | int | x, |
int | y, | ||
wxAuiTabContainerButton ** | hit | ||
) | const |
void wxAuiTabContainer::DoShowHide | ( | ) |
int wxAuiTabContainer::GetActivePage | ( | ) | const |
wxAuiTabArt * wxAuiTabContainer::GetArtProvider | ( | ) | const |
wxAuiNotebookPage & wxAuiTabContainer::GetPage | ( | size_t | idx | ) |
const wxAuiNotebookPage & wxAuiTabContainer::GetPage | ( | size_t | idx | ) | const |
size_t wxAuiTabContainer::GetPageCount | ( | ) | const |
wxAuiNotebookPageArray & wxAuiTabContainer::GetPages | ( | ) |
size_t wxAuiTabContainer::GetTabOffset | ( | ) | const |
bool wxAuiTabContainer::InsertPage | ( | wxWindow * | page, |
const wxAuiNotebookPage & | info, | ||
size_t | idx | ||
) |
void wxAuiTabContainer::SetArtProvider | ( | wxAuiTabArt * | art | ) |
void wxAuiTabContainer::SetNoneActive | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |