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

Completed in 43 milliseconds