Update code for objects
This commit is contained in:
@@ -12,7 +12,6 @@ type TextView struct {
|
||||
func NewTextView (text string) *TextView {
|
||||
this := &TextView { TextBox: tomo.NewTextBox() }
|
||||
this.SetRole(tomo.R("objects", "TextView", ""))
|
||||
tomo.Apply(this)
|
||||
this.SetFocusable(true)
|
||||
this.SetSelectable(true)
|
||||
this.SetText(text)
|
||||
|
||||
Reference in New Issue
Block a user