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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dforty.cpp149 wxMenu* gameMenu = new wxMenu; local
150 gameMenu->Append(wxID_NEW, wxGetStockLabel(wxID_NEW), _T("Start a new game"));
151 gameMenu->Append(SCORES, _T("&Scores..."), _T("Displays scores"));
152 gameMenu->Append(wxID_EXIT, wxGetStockLabel(wxID_EXIT), _T("Exits Forty Thieves"));
183 m_menuBar->Append(gameMenu, _T("&Game"));

Completed in 38 milliseconds