Searched refs:wxTabControl (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtab.tex95 \section{\class{wxTabControl}}\label{wxtabcontrol}
116 \membersection{wxTabControl::wxTabControl}
118 \func{void}{wxTabControl}{\param{wxTabView *}{view = NULL}}
122 \membersection{wxTabControl::GetColPosition}
128 \membersection{wxTabControl::GetFont}
134 \membersection{wxTabControl::GetHeight}
140 \membersection{wxTabControl::GetId}
146 \membersection{wxTabControl::GetLabel}
152 \membersection{wxTabControl
[all...]
H A Dtabview.tex38 \func{wxTabControl *}{AddTab}{\param{int}{ id}, \param{const wxString\& }{label}, \param{wxTabControl *}{existingTab=NULL}}
80 \func{wxTabControl *}{FindTabControlForId}{\param{int}{ id}}
82 Finds the wxTabControl corresponding to {\it id}.
86 \func{wxTabControl *}{FindTabControlForPosition}{\param{int}{ layer}, \param{int}{ position}}
88 Finds the wxTabControl at layer {\it layer}, position in layer {\it position}, both starting from
223 \func{wxTabControl *}{OnCreateTabControl}{\void}
225 Creates a new tab control. By default, this returns a wxTabControl object, but the application may wish
H A Dttab.tex5 \helpref{wxTabControl}{wxtabcontrol}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp41 IMPLEMENT_DYNAMIC_CLASS(wxTabControl, wxObject)
45 wxTabControl::wxTabControl(wxTabView *v) function in class:wxTabControl
58 wxTabControl::~wxTabControl(void)
62 void wxTabControl::OnDraw(wxDC& dc, bool lastInRow)
103 wxTabControl *tabBeneath = NULL;
176 wxTabControl *tabBeneath = NULL;
340 wxTabControl* tabBelow = 0;
341 wxTabControl* tabBelowRigh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtabg.h26 * A wxTabControl is the internal and visual representation
30 class WXDLLEXPORT wxTabControl: public wxObject class in inherits:wxObject
32 DECLARE_DYNAMIC_CLASS(wxTabControl)
34 wxTabControl(wxTabView *v = (wxTabView *) NULL);
35 virtual ~wxTabControl(void);
115 wxTabControl *AddTab(int id, const wxString& label, wxTabControl *existingTab = (wxTabControl *) NULL);
139 // Allows use of application-supplied wxTabControl classes.
140 virtual wxTabControl *OnCreateTabContro
[all...]

Completed in 172 milliseconds