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

Method SetDisplayText

Source/Checkbox.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void Checkbox::SetDisplayText(bool display)
61{
62 mDisplayText = display;
63 UpdateWidth();
64}
65
66void Checkbox::UpdateWidth()
67{

Callers 5

CreateUIControlsMethod · 0.45
CreateUIControlsMethod · 0.45
CreateUIControlsMethod · 0.45
CreateUIControlsMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected