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

Method Create

source/script.h:2128–2128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2126
2127 UserMenu(MenuTypeType aMenuType);
2128 static UserMenu *Create() { return new UserMenu(MENU_TYPE_POPUP); }
2129 void Dispose();
2130 ~UserMenu();
2131

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected