Home
last modified time | relevance | path

Searched refs:ID_SET_COLORS (Results 1 – 3 of 3) sorted by relevance

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxmain.h357 ID_SET_COLORS, enumerator
H A Dwxmain.cpp726 mbar->Enable(ID_SET_COLORS, active && !inscript); in UpdateMenuItems()
1437 case ID_SET_COLORS: SetLayerColors(); break; in BEGIN_EVENT_TABLE()
2300 …layerMenu->Append(ID_SET_COLORS, _("Set Layer Colors...") + GetAccelerator(DO_SETCOLOR… in CreateMenus()
2471 SetAccelerator(mbar, ID_SET_COLORS, DO_SETCOLORS); in UpdateMenuAccelerators()
H A Dwxlayer.cpp3478 mainptr->cmdevent.SetId(ID_SET_COLORS); in SetLayerColors()