| 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); |
no outgoing calls
no test coverage detected