Searched refs:ColourPickerWidgetsPage (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 Dclrpicker.cpp60 // ColourPickerWidgetsPage
63 class ColourPickerWidgetsPage : public WidgetsPage class in inherits:WidgetsPage
66 ColourPickerWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist);
67 virtual ~ColourPickerWidgetsPage(){};
107 DECLARE_WIDGETS_PAGE(ColourPickerWidgetsPage)
114 BEGIN_EVENT_TABLE(ColourPickerWidgetsPage, WidgetsPage)
115 EVT_BUTTON(PickerPage_Reset, ColourPickerWidgetsPage::OnButtonReset)
117 EVT_COLOURPICKER_CHANGED(PickerPage_Colour, ColourPickerWidgetsPage::OnColourChange)
119 EVT_CHECKBOX(wxID_ANY, ColourPickerWidgetsPage::OnCheckBox)
132 IMPLEMENT_WIDGETS_PAGE(ColourPickerWidgetsPage, _
135 ColourPickerWidgetsPage::ColourPickerWidgetsPage(WidgetsBookCtrl *book, function in class:ColourPickerWidgetsPage
[all...]

Completed in 84 milliseconds