MCPcopy 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
983widget::Widget* createMenuBar() {
984 menuBar::MenuBar* menuBar = new menuBar::MenuBar(isStandalone());
985 return menuBar;
986}
987
988
989} // namespace app

Callers 1

SceneMethod · 0.70

Calls 1

isStandaloneFunction · 0.50

Tested by

no test coverage detected