Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1172
widget::Widget* createMenuBar() {
1173
menuBar::MenuBar* menuBar = new menuBar::MenuBar;
1174
return menuBar;
1175
}
1176
1177
1178
void appendLanguageMenu(ui::Menu* menu) {
Callers
1
Scene
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected