summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 986aa5e..c82cd69 100644
--- a/structs.go
+++ b/structs.go
@@ -96,7 +96,10 @@ type Node struct {
WidgetType widget.WidgetType
// most widgets need one value, this is current alue
- value any
+ // value any
+ defaultS string
+ newString string
+ currentS string
//
label string