Text returns the current edited text
()
| 90 | |
| 91 | // Text returns the current edited text |
| 92 | func (ed *Edit) Text() string { |
| 93 | |
| 94 | return ed.text |
| 95 | } |
| 96 | |
| 97 | // SetFontSize sets label font size (overrides Label.SetFontSize) |
| 98 | func (ed *Edit) SetFontSize(size float64) *Edit { |