MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SetLabel

Method SetLabel

Source/Checkbox.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void Checkbox::SetLabel(const char* label)
55{
56 SetName(label);
57 UpdateWidth();
58}
59
60void Checkbox::SetDisplayText(bool display)
61{

Callers 12

PostRepatchMethod · 0.45
DrawModuleMethod · 0.45
ButtonClickedMethod · 0.45
PostRepatchMethod · 0.45
ShowPageMethod · 0.45
ShowMethod · 0.45
DrawModuleMethod · 0.45
DrawModuleMethod · 0.45
PostRepatchMethod · 0.45
DeleteSnapshotMethod · 0.45
TextEntryCompleteMethod · 0.45
LoadStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected