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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dforty.cpp38 BEGIN_EVENT_TABLE(FortyFrame, wxFrame)
39 EVT_MENU(wxID_NEW, FortyFrame::NewGame)
40 EVT_MENU(wxID_EXIT, FortyFrame::Exit)
41 EVT_MENU(wxID_ABOUT, FortyFrame::About)
42 EVT_MENU(wxID_HELP_CONTENTS, FortyFrame::Help)
43 EVT_MENU(wxID_UNDO, FortyFrame::Undo)
44 EVT_MENU(wxID_REDO, FortyFrame::Redo)
45 EVT_MENU(SCORES, FortyFrame::Scores)
46 EVT_MENU(RIGHT_BUTTON_UNDO, FortyFrame::ToggleRightButtonUndo)
47 EVT_MENU(HELPING_HAND, FortyFrame
135 FortyFrame::FortyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos, const wxSize& size, bool largecards): function in class:FortyFrame
[all...]
H A Dforty.h38 class FortyFrame: public wxFrame class in inherits:wxFrame
41 FortyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos, const wxSize& size, bool largecards);
42 virtual ~FortyFrame(){};
H A Dpile.cpp72 FortyFrame *frame = (FortyFrame*) wxTheApp->GetTopWindow();

Completed in 45 milliseconds