MCPcopy 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
263UserMenu::UserMenu(MenuTypeType aMenuType)
264 : mMenuType(aMenuType)
265{
266 SetBase(sPrototype);
267 g_script.AddMenu(this);
268}
269
270UserMenu *Script::AddMenu(UserMenu *aMenu)
271// Returns the newly created UserMenu object.

Callers

nothing calls this directly

Calls 1

AddMenuMethod · 0.80

Tested by

no test coverage detected