Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/BakingLab
/ SetGroup
Function
SetGroup
SampleFramework11/v1.02/TwHelper.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void SetGroup(TwBar* bar, const char* varName, const char* group)
32
{
33
TwCall(TwSetParam(bar, varName,
"group"
, TW_PARAM_CSTRING, 1, group));
34
}
35
36
void SetVisible(TwBar* bar, const char* varName, bool32 visible)
37
{
Callers
1
Initialize
Method · 0.85
Calls
1
TwCall
Function · 0.85
Tested by
no test coverage detected