diff options
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ func (n *Node) Bool() bool { return false // widget.GetBool(n.State.Value) } +func (n *Node) CurrentS() string { + return n.State.CurrentS +} + func (n *Node) String() string { switch n.WidgetType { case widget.Button: |
