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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dnotebook.cpp548 // NotebookWidgetsPage
551 class NotebookWidgetsPage : public BookWidgetsPage class in inherits:BookWidgetsPage
554 NotebookWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist) function in class:NotebookWidgetsPage
559 virtual ~NotebookWidgetsPage() {}
577 DECLARE_WIDGETS_PAGE(NotebookWidgetsPage)
584 BEGIN_EVENT_TABLE(NotebookWidgetsPage, BookWidgetsPage)
585 EVT_NOTEBOOK_PAGE_CHANGING(wxID_ANY, NotebookWidgetsPage::OnPageChanging)
586 EVT_NOTEBOOK_PAGE_CHANGED(wxID_ANY, NotebookWidgetsPage::OnPageChanged)
597 IMPLEMENT_WIDGETS_PAGE(NotebookWidgetsPage, _T("Notebook"),
601 void NotebookWidgetsPage
[all...]

Completed in 67 milliseconds