MCPcopy Create free account
hub / github.com/VCVRack/Rack / createMenuBar

Function createMenuBar

src/app/MenuBar.cpp:1172–1175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1170
1171
1172widget::Widget* createMenuBar() {
1173 menuBar::MenuBar* menuBar = new menuBar::MenuBar;
1174 return menuBar;
1175}
1176
1177
1178void appendLanguageMenu(ui::Menu* menu) {

Callers 1

SceneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected