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

Method openHorizontalBox

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

Source from the content-addressed store, hash-verified

275 virtual void openFrameBox(const char* label) { openAnyBox(label); }
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(); }

Callers 2

preamp_load_uiFunction · 0.45
poweramp_load_uiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected