MCPcopy Create free account
hub / github.com/brummer10/guitarix / openVerticalBox

Method openVerticalBox

trunk/tools/pythonmodule.cpp:278–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 virtual void openTabBox(const char* label) { openAnyBox(label); }
277 virtual void openHorizontalBox(const char* label) { openAnyBox(label); }
278 virtual void openVerticalBox(const char* label) { openAnyBox(label); }
279
280 virtual void closeBox() { fPrefix.pop(); }
281

Callers 2

preamp_load_uiFunction · 0.45
poweramp_load_uiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected