10 GameWindow(
const wxString& title,
const wxPoint& pos,
const wxSize& size);
12 void showPanel(wxPanel* panel);
13 void setStatus(
const std::string& message);
16 wxBoxSizer* _mainLayout;
17 wxStatusBar* _statusBar;
18 wxButton* _rulesButton;
19 wxButton* _settingsButton;
21 wxPanel* _currentPanel;
23 void showRules(wxCommandEvent& event);
24 void show_settings(wxCommandEvent& event);