MCPcopy Create free account
hub / github.com/VitalAudio/visage / setNumberEntry

Method setNumberEntry

visage_widgets/text_editor.cpp:872–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870 }
871
872 void TextEditor::setNumberEntry() {
873 setMultiLine(false);
874 setSelectOnFocus(true);
875 setJustification(Font::kCenter);
876 }
877
878 void TextEditor::setTextFieldEntry() {
879 setMultiLine(false);

Callers 2

ColorPickerMethod · 0.80
resizedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected