| 101 | } |
| 102 | |
| 103 | StringArray CtrlrLogViewer::getMenuBarNames() |
| 104 | { |
| 105 | const char* const names[] = { "File", "View", nullptr }; |
| 106 | return StringArray (names); |
| 107 | } |
| 108 | |
| 109 | PopupMenu CtrlrLogViewer::getMenuForIndex(int topLevelMenuIndex, const String &menuName) |
| 110 | { |
nothing calls this directly
no test coverage detected