Silliness increase

This commit is contained in:
2023-01-18 01:29:59 -05:00
parent 46268c8d02
commit 48db645f9f
2 changed files with 14 additions and 1 deletions

View File

@@ -183,6 +183,10 @@ func (element *TextBox) SetText (text string) {
}
}
func (element *TextBox) Value () (value string) {
return string(element.text)
}
func (element *TextBox) draw () {
bounds := element.core.Bounds()