Searched refs:MyAppFrame (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/foldbar/foldpanelbar/
H A Dfoldpanelbartest.cpp44 // MyAppFrame Class
47 class MyAppFrame : public wxFrame class in inherits:wxFrame
50 MyAppFrame(const wxString& title,
93 BEGIN_EVENT_TABLE(MyAppFrame, wxFrame)
94 EVT_MENU(FoldPanelBarTest_Quit, MyAppFrame::OnQuit)
95 EVT_MENU(FoldPanelBarTest_About, MyAppFrame::OnAbout)
96 EVT_MENU(FoldPanelBarTest_Horizontal, MyAppFrame::OnOrientation)
97 EVT_MENU(FoldPanelBarTest_Vertical, MyAppFrame::OnOrientation)
98 EVT_BUTTON(ID_COLLAPSEME, MyAppFrame::OnCollapseMe)
99 EVT_BUTTON(ID_EXPANDME, MyAppFrame
126 MyAppFrame::MyAppFrame(const wxString& title, const wxPoint& pos, const wxSize& size, long style) function in class:MyAppFrame
[all...]

Completed in 58 milliseconds