Searched refs:DirPickerWidgetsPage (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 Ddirpicker.cpp60 // DirPickerWidgetsPage
63 class DirPickerWidgetsPage : public WidgetsPage class in inherits:WidgetsPage
66 DirPickerWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist);
67 virtual ~DirPickerWidgetsPage(){};
108 DECLARE_WIDGETS_PAGE(DirPickerWidgetsPage)
115 BEGIN_EVENT_TABLE(DirPickerWidgetsPage, WidgetsPage)
116 EVT_BUTTON(PickerPage_Reset, DirPickerWidgetsPage::OnButtonReset)
118 EVT_DIRPICKER_CHANGED(PickerPage_Dir, DirPickerWidgetsPage::OnDirChange)
120 EVT_CHECKBOX(wxID_ANY, DirPickerWidgetsPage::OnCheckBox)
133 IMPLEMENT_WIDGETS_PAGE(DirPickerWidgetsPage, _
136 DirPickerWidgetsPage::DirPickerWidgetsPage(WidgetsBookCtrl *book, function in class:DirPickerWidgetsPage
[all...]

Completed in 45 milliseconds