MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / SetContained

Function SetContained

Shadows/SampleFramework11/TwHelper.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void SetContained(TwBar* bar, bool32 contained)
237{
238 TwCall(TwSetParam(bar, nullptr, "contained", TW_PARAM_INT32, 1, &contained));
239}
240
241void SetButtonAlignment(TwBar* bar, ButtonAlignment alignment)
242{

Callers

nothing calls this directly

Calls 1

TwCallFunction · 0.85

Tested by

no test coverage detected