MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getMenuBarNames

Method getMenuBarNames

Source/UIComponents/CtrlrLua/CtrlrLuaConsole.cpp:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264StringArray CtrlrLuaConsole::getMenuBarNames()
265{
266 const char* const names[] = { "File", "View", nullptr };
267 return StringArray (names);
268}
269
270PopupMenu CtrlrLuaConsole::getMenuForIndex(int topLevelMenuIndex, const String &menuName)
271{

Callers

nothing calls this directly

Calls 1

StringArrayFunction · 0.85

Tested by

no test coverage detected