Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ createMenuBar
Function
createMenuBar
src/override/MenuBar.cpp:983–986 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
981
982
983
widget::Widget* createMenuBar() {
984
menuBar::MenuBar* menuBar = new menuBar::MenuBar(isStandalone());
985
return menuBar;
986
}
987
988
989
} // namespace app
Callers
1
Scene
Method · 0.70
Calls
1
isStandalone
Function · 0.50
Tested by
no test coverage detected