MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / EnableOrDisableViewMenuItems

Method EnableOrDisableViewMenuItems

source/script.cpp:993–999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991}
992
993void Script::EnableOrDisableViewMenuItems(HMENU aMenu, UINT aFlags)
994{
995 EnableMenuItem(aMenu, ID_VIEW_KEYHISTORY, aFlags);
996 EnableMenuItem(aMenu, ID_VIEW_LINES, aFlags);
997 EnableMenuItem(aMenu, ID_VIEW_VARIABLES, aFlags);
998 EnableMenuItem(aMenu, ID_VIEW_HOTKEYS, aFlags);
999}
1000
1001
1002

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected