summaryrefslogtreecommitdiff
path: root/widget.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-27 23:49:08 -0600
committerJeff Carr <[email protected]>2024-02-27 23:49:08 -0600
commit73a1babad40c9cb421a3ca47a0ab2577735b8e7a (patch)
tree85f2cd6ac05873eb70d87383420908c5878af012 /widget.go
parent01c8dd6cf462ea3d33ea6c7eb5b91a6852a33964 (diff)
suggesting from the golang uber peoplev1.1.26v1.1.25v1.1.24
Diffstat (limited to 'widget.go')
-rw-r--r--widget.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget.go b/widget.go
index 2ff7773..e80d113 100644
--- a/widget.go
+++ b/widget.go
@@ -16,7 +16,7 @@ package widget
type WidgetType int // Button, Menu, Checkbox, etc.
const (
- Unknown WidgetType = iota
+ Unknown WidgetType = iota + 1
Root // the master 'root' node of the binary tree
Flag // used to send configuration values to plugins
Window // in certain gui's (ncurses), these are tabs