Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ UserMenu
Method
UserMenu
source/script_menu.cpp:263–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
262
263
UserMenu::UserMenu(MenuTypeType aMenuType)
264
: mMenuType(aMenuType)
265
{
266
SetBase(sPrototype);
267
g_script.AddMenu(this);
268
}
269
270
UserMenu *Script::AddMenu(UserMenu *aMenu)
271
// Returns the newly created UserMenu object.
Callers
nothing calls this directly
Calls
1
AddMenu
Method · 0.80
Tested by
no test coverage detected