Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
236
void SetContained(TwBar* bar, bool32 contained)
237
{
238
TwCall(TwSetParam(bar, nullptr,
"contained"
, TW_PARAM_INT32, 1, &contained));
239
}
240
241
void SetButtonAlignment(TwBar* bar, ButtonAlignment alignment)
242
{
Callers
nothing calls this directly
Calls
1
TwCall
Function · 0.85
Tested by
no test coverage detected