Add TextView, improved Scrollbar

This commit is contained in:
2023-09-15 16:11:59 -04:00
parent e45e391f6d
commit 02551987a4
4 changed files with 63 additions and 5 deletions

View File

@@ -15,4 +15,3 @@ func NewLabel (text string) *Label {
this.SetText(text)
return this
}