Searched refs:ChoicebookWidgetsPage (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.cpp702 // ChoicebookWidgetsPage
705 class ChoicebookWidgetsPage : public BookWidgetsPage class in inherits:BookWidgetsPage
708 ChoicebookWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist) function in class:ChoicebookWidgetsPage
713 virtual ~ChoicebookWidgetsPage() {}
731 DECLARE_WIDGETS_PAGE(ChoicebookWidgetsPage)
738 BEGIN_EVENT_TABLE(ChoicebookWidgetsPage, BookWidgetsPage)
739 EVT_CHOICEBOOK_PAGE_CHANGING(wxID_ANY, ChoicebookWidgetsPage::OnPageChanging)
740 EVT_CHOICEBOOK_PAGE_CHANGED(wxID_ANY, ChoicebookWidgetsPage::OnPageChanged)
743 IMPLEMENT_WIDGETS_PAGE(ChoicebookWidgetsPage, _T("Choicebook"),
747 void ChoicebookWidgetsPage
[all...]

Completed in 28 milliseconds