Ejemplo n.º 1
0
MainMenuBar::MainMenuBar(MenuType type, long style) : wxMenuBar{ style }, m_type{ type }
{
  BindEvents();
  AddMenus();
  RefreshWiiSystemMenuLabel();
}
Ejemplo n.º 2
0
void MainMenuBar::OnUpdateWiiMenuTool(wxCommandEvent&)
{
  RefreshWiiSystemMenuLabel();
}
Ejemplo n.º 3
0
void MainMenuBar::RefreshMenuLabels() const
{
  RefreshPlayMenuLabel();
  RefreshSaveStateMenuLabels();
  RefreshWiiSystemMenuLabel();
}