summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-09 03:43:55 -0600
committerJeff Carr <[email protected]>2024-02-09 03:43:55 -0600
commitbd24754c82f77d06dba31c32c3acdd0ed1adebe9 (patch)
tree774a6a939c268c18a186ae110a181e644ef0d87d /common.go
parentb029617e7dd7988a7557c176017fe261ab7cc000 (diff)
more node State repairs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'common.go')
-rw-r--r--common.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.go b/common.go
index 70a5d14..cdc560d 100644
--- a/common.go
+++ b/common.go
@@ -23,6 +23,10 @@ func (n *Node) CurrentS() string {
return n.State.CurrentS
}
+func (n *Node) Strings() []string {
+ return n.ddStrings
+}
+
func (n *Node) String() string {
switch n.WidgetType {
case widget.Button: