• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/

Lines Matching defs:WidgetsFrame

125 class WidgetsFrame : public 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::OnSetFgCol)
277 EVT_MENU(Widgets_SetBgColour, WidgetsFrame::OnSetBgCol)
278 EVT_MENU(Widgets_SetFont, WidgetsFrame::OnSetFont)
279 EVT_MENU(Widgets_Enable, WidgetsFrame::OnEnable)
282 WidgetsFrame::OnSetBorder)
284 EVT_MENU(Widgets_GlobalBusyCursor, WidgetsFrame::OnToggleGlobalBusyCursor)
285 EVT_MENU(Widgets_BusyCursor, WidgetsFrame::OnToggleBusyCursor)
287 EVT_MENU(wxID_EXIT, WidgetsFrame::OnExit)
323 wxFrame *frame = new WidgetsFrame(title + _T(" widgets demo"));
334 // WidgetsFrame construction
337 WidgetsFrame::WidgetsFrame(const wxString& title)
458 void WidgetsFrame::InitBook()
575 wxWidgetsbookEventHandler(WidgetsFrame::OnPageChanged) );
595 WidgetsPage *WidgetsFrame::CurrentPage()
609 WidgetsFrame::~WidgetsFrame()
617 // WidgetsFrame event handlers
620 void WidgetsFrame::OnExit(wxCommandEvent& WXUNUSED(event))
626 void WidgetsFrame::OnButtonClearLog(wxCommandEvent& WXUNUSED(event))
634 void WidgetsFrame::OnPageChanging(WidgetsBookCtrlEvent& event)
645 void WidgetsFrame::OnPageChanged(WidgetsBookCtrlEvent& event)
682 void WidgetsFrame::OnGoToPage(wxCommandEvent& event)
695 void WidgetsFrame::OnSetTooltip(wxCommandEvent& WXUNUSED(event))
724 void WidgetsFrame::OnSetFgCol(wxCommandEvent& WXUNUSED(event))
753 void WidgetsFrame::OnSetBgCol(wxCommandEvent& WXUNUSED(event))
781 void WidgetsFrame::OnSetFont(wxCommandEvent& WXUNUSED(event))
809 void WidgetsFrame::OnEnable(wxCommandEvent& event)
816 void WidgetsFrame::OnSetBorder(wxCommandEvent& event)
843 void WidgetsFrame::OnToggleGlobalBusyCursor(wxCommandEvent& event)
851 void WidgetsFrame::OnToggleBusyCursor(wxCommandEvent& event)