Searched refs:wxGtkNotebookPage (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dnotebook.h18 class WXDLLIMPEXP_CORE wxGtkNotebookPage; variable in typeref:class:WXDLLIMPEXP_CORE
21 WX_DECLARE_LIST(wxGtkNotebookPage, wxGtkNotebookPagesList);
114 wxGtkNotebookPage* GetNotebookPage(int page) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dnotebook.h18 class WXDLLIMPEXP_CORE wxGtkNotebookPage; variable in typeref:class:WXDLLIMPEXP_CORE
21 WX_DECLARE_LIST(wxGtkNotebookPage, wxGtkNotebookPagesList);
120 wxGtkNotebookPage* GetNotebookPage(int page) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dnotebook.cpp47 // wxGtkNotebookPage
57 class wxGtkNotebookPage: public wxObject class in inherits:wxObject
60 wxGtkNotebookPage() function in class:wxGtkNotebookPage
224 wxGtkNotebookPage *nb_page = notebook->GetNotebookPage(sel);
371 wxGtkNotebookPage* nb_page = GetNotebookPage(page);
382 wxGtkNotebookPage* nb_page = GetNotebookPage(page);
389 wxGtkNotebookPage* wxNotebook::GetNotebookPage( int page ) const
391 wxCHECK_MSG( m_widget != NULL, (wxGtkNotebookPage*) NULL, wxT("invalid notebook") );
393 wxCHECK_MSG( page < (int)m_pagesData.GetCount(), (wxGtkNotebookPage*) NULL, wxT("invalid notebook index") );
429 wxGtkNotebookPage* nb_pag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dnotebook.cpp55 // wxGtkNotebookPage
65 class wxGtkNotebookPage: public wxObject class in inherits:wxObject
68 wxGtkNotebookPage() function in class:wxGtkNotebookPage
239 wxGtkNotebookPage *nb_page = notebook->GetNotebookPage(sel);
398 wxGtkNotebookPage* nb_page = GetNotebookPage(page);
409 wxGtkNotebookPage* nb_page = GetNotebookPage(page);
416 wxGtkNotebookPage* wxNotebook::GetNotebookPage( int page ) const
418 wxCHECK_MSG( m_widget != NULL, (wxGtkNotebookPage*) NULL, wxT("invalid notebook") );
420 wxCHECK_MSG( page < (int)m_pagesData.GetCount(), (wxGtkNotebookPage*) NULL, wxT("invalid notebook index") );
461 wxGtkNotebookPage* nb_pag
[all...]

Completed in 43 milliseconds