Searched refs:m_notebook (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_notbk.cpp35 m_notebook(NULL)
71 wxObject *item = CreateResFromNode(n, m_notebook, NULL);
77 m_notebook->AddPage(wnd, GetText(wxT("label")),
82 wxImageList *imgList = m_notebook->GetImageList();
86 m_notebook->AssignImageList( imgList );
89 m_notebook->SetPageImage(m_notebook->GetPageCount()-1, imgIndex );
115 wxNotebook *old_par = m_notebook;
116 m_notebook = nb;
119 CreateChildren(m_notebook, tru
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxh_notbk.h30 wxNotebook *m_notebook; member in class:wxNotebookXmlHandler
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchDlg.cpp93 m_notebook = CastChild( ID_NOTEBOOK, CMuleNotebook );
102 m_notebook->AssignImageList(m_ImageList);
160 int nPages = m_notebook->GetPageCount();
162 CSearchListCtrl* page = dynamic_cast<CSearchListCtrl*>(m_notebook->GetPage(i));
220 int nPages = m_notebook->GetPageCount();
222 CSearchListCtrl* page = dynamic_cast<CSearchListCtrl*>(m_notebook->GetPage(i));
234 if ( evt.GetSelection() == ((int)m_notebook->GetPageCount() - 1 ) ) {
238 CSearchListCtrl *ctrl = dynamic_cast<CSearchListCtrl*>(m_notebook->GetPage(evt.GetSelection()));
245 if ( m_notebook->GetPageCount() == 1 ) {
254 int selection = m_notebook
[all...]
H A DSearchDlg.h167 CMuleNotebook* m_notebook; member in class:CSearchDlg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dnotebook.cpp99 wxNotebook* m_notebook; member in class:wxNotebookTabView
688 m_notebook = notebook;
690 m_notebook->SetTabView(this);
692 SetWindow(m_notebook);
715 if (!m_notebook)
718 wxNotebookEvent event(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED, m_notebook->GetId());
725 int activatePos = m_notebook->FindPagePosition(pActive);
726 int deactivatePos = m_notebook->FindPagePosition(pDeactive);
728 event.SetEventObject(m_notebook);
731 m_notebook
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp203 wxNotebook* m_notebook; //Notebook containing our pages member in class:wxMediaPlayerFrame
540 m_notebook = new wxNotebook(this, wxID_NOTEBOOK);
686 new wxMediaPlayerNotebookPage(this, m_notebook);
687 m_notebook->AddPage(page,
750 ((wxMediaPlayerNotebookPage*)m_notebook->GetPage(0))->m_playlist;
779 ((wxMediaPlayerNotebookPage*)m_notebook->GetCurrentPage());
835 ((wxMediaPlayerNotebookPage*)m_notebook->GetCurrentPage());
849 ((wxMediaPlayerNotebookPage*)m_notebook->GetCurrentPage());
915 m_notebook->AddPage(
916 new wxMediaPlayerNotebookPage(this, m_notebook),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddialogs.cpp94 m_notebook = new wxNotebook(this, ID_PROPERTY_NOTEBOOK,
102 wxLoadFromResource(m_generalSettings, m_notebook, _T("general_settings_dialog"));
104 m_notebook->AddPage(m_generalSettings, _T("General"), true);
111 wxLoadFromResource(m_diagramSettings, m_notebook, _T("diagram_settings_dialog"));
113 m_notebook->AddPage(m_diagramSettings, _T("Diagram"));
128 m_notebook->SetConstraints(c);
263 m_notebook = new wxNotebook(this, ID_SHAPE_PROPERTY_NOTEBOOK,
270 wxLoadFromResource(m_generalPropertiesDialog, m_notebook, _T("general_shape_properties_dialog"));
272 m_notebook->AddPage(m_generalPropertiesDialog, _T("General"));
274 if (!wxLoadFromResource(m_attributeDialog, m_notebook, attributeDialogNam
[all...]
H A Ddialogs.h62 wxNotebook* m_notebook; member in class:csSettingsDialog
120 wxNotebook* m_notebook; member in class:csShapePropertiesDialog

Completed in 178 milliseconds