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