Home
last modified time | relevance | path

Searched refs:DO_CUT (Results 1 – 4 of 4) sorted by relevance

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxprefs.h160 DO_CUT, // cut selection enumerator
H A Dwxmain.cpp2215 editMenu->Append(ID_CUT, _("Cut") + GetAccelerator(DO_CUT)); in CreateMenus()
2409 SetAccelerator(mbar, ID_CUT, DO_CUT); in UpdateMenuAccelerators()
H A Dwxprefs.cpp392 keyaction[(int)'x'][mk_CMD].id = DO_CUT; in AddDefaultKeyActions()
534 case DO_CUT: return "Cut Selection"; in GetActionName()
H A Dwxview.cpp1658 case DO_CUT: if (!inscript && !timeline) CutSelection(); break; in ProcessKey()