Searched refs:WidgetsFrame (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 Dwidgets.cpp125 class WidgetsFrame : public wxFrame class in inherits:wxFrame
129 WidgetsFrame(const wxString& title);
130 virtual ~WidgetsFrame();
261 BEGIN_EVENT_TABLE(WidgetsFrame, wxFrame)
263 EVT_BUTTON(Widgets_ClearLog, WidgetsFrame::OnButtonClearLog)
265 EVT_BUTTON(Widgets_Quit, WidgetsFrame::OnExit)
268 EVT_MENU(Widgets_SetTooltip, WidgetsFrame::OnSetTooltip)
272 EVT_WIDGETS_PAGE_CHANGING(wxID_ANY, WidgetsFrame::OnPageChanging)
274 WidgetsFrame::OnGoToPage)
276 EVT_MENU(Widgets_SetFgColour, WidgetsFrame
337 WidgetsFrame::WidgetsFrame(const wxString& title) function in class:WidgetsFrame
[all...]

Completed in 95 milliseconds