MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / SetLabel

Function SetLabel

SampleFramework11/v1.02/TwHelper.cpp:21–24  ·  view source on GitHub ↗

Variable parameters

Source from the content-addressed store, hash-verified

19
20// Variable parameters
21void SetLabel(TwBar* bar, const char* varName, const char* label)
22{
23 TwCall(TwSetParam(bar, varName, "label", TW_PARAM_CSTRING, 1, label));
24}
25
26void SetHelpText(TwBar* bar, const char* varName, const char* helpText)
27{

Callers 2

InitializeMethod · 0.85
SetLabelMethod · 0.85

Calls 1

TwCallFunction · 0.85

Tested by

no test coverage detected