diff options
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57,13 +57,13 @@ func (n *Node) Hidden() bool { } /* avoid this function name as confusing -func (n *Node) GetText() string { +func (n *Node) GetText() string { // BAD return widget.GetString(n.State.Value) } */ /* -func (n *Node) SetValue(a any) { +func (n *Node) SetValue(a any) { // BAD n.State.Value = a } */ |
