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

Function SetHelpText

SampleFramework11/v1.02/TwHelper.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void SetHelpText(TwBar* bar, const char* varName, const char* helpText)
27{
28 TwCall(TwSetParam(bar, varName, "help", TW_PARAM_CSTRING, 1, helpText));
29}
30
31void SetGroup(TwBar* bar, const char* varName, const char* group)
32{

Callers 2

SetGlobalHelpTextFunction · 0.85
InitializeMethod · 0.85

Calls 1

TwCallFunction · 0.85

Tested by

no test coverage detected