Home
last modified time | relevance | path

Searched refs:ID_SHOW_POP (Results 1 – 2 of 2) sorted by relevance

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxmain.h304 ID_SHOW_POP, enumerator
H A Dwxmain.cpp685 mbar->Enable(ID_SHOW_POP, active); in UpdateMenuItems()
741 mbar->Check(ID_SHOW_POP, showpopulation); in UpdateMenuItems()
1392 case ID_SHOW_POP: ToggleShowPopulation(); break; in BEGIN_EVENT_TABLE()
2251 controlMenu->AppendCheckItem(ID_SHOW_POP, _("Show Population") + GetAccelerator(DO_SHOWPOP)); in CreateMenus()
2435 SetAccelerator(mbar, ID_SHOW_POP, DO_SHOWPOP); in UpdateMenuAccelerators()