summaryrefslogtreecommitdiff
path: root/widget.go
diff options
context:
space:
mode:
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