Searched refs:wxTabbedPanel (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtabg.h305 class WXDLLEXPORT wxTabbedPanel : public wxPanel class in inherits:wxPanel
307 DECLARE_DYNAMIC_CLASS(wxTabbedPanel)
310 wxTabbedPanel(wxWindow *parent,
316 virtual ~wxTabbedPanel();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtab.tex52 \section{\class{wxTabbedPanel}}\label{wxtabbedpanel}
75 \membersection{wxTabbedPanel::wxTabbedPanel}
77 \func{}{wxTabbedPanel}{\param{wxWindow *}{parent}, \param{wxWindowID}{ id},
83 \membersection{wxTabbedPanel::SetTabView}
89 \membersection{wxTabbedPanel::GetTabView}
H A Dpantabv.tex24 Constructor. {\it panel} should be a wxTabbedPanel or wxTabbedDialog: the type will be checked by the view at run time.
H A Dttab.tex4 \helpref{wxTabbedPanel}{wxtabbedpanel}, \helpref{wxTabbedDialog}{wxtabbeddialog},
47 and related information. The wxTabbedDialog and wxTabbedPanel classes are provided for
H A Dcategory.tex43 %\twocolitem{\helpref{wxTabbedPanel}{wxtabbedpanel}}{Tabbed panel (to be replaced with wxNotebook)}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp1181 * wxTabbedPanel
1184 IMPLEMENT_CLASS(wxTabbedPanel, wxPanel)
1186 BEGIN_EVENT_TABLE(wxTabbedPanel, wxPanel)
1187 EVT_MOUSE_EVENTS(wxTabbedPanel::OnMouseEvent)
1188 EVT_PAINT(wxTabbedPanel::OnPaint)
1191 wxTabbedPanel::wxTabbedPanel(wxWindow *parent, wxWindowID id, const wxPoint& pos, function in class:wxTabbedPanel
1198 wxTabbedPanel::~wxTabbedPanel(void)
1203 void wxTabbedPanel
[all...]

Completed in 168 milliseconds