summaryrefslogtreecommitdiff
path: root/toolkit/widget.go
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/widget.go')
-rw-r--r--toolkit/widget.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/widget.go b/toolkit/widget.go
index 769bf09..21f2f47 100644
--- a/toolkit/widget.go
+++ b/toolkit/widget.go
@@ -109,7 +109,6 @@ const (
const (
Add ActionType = iota
- User // the user did something (mouse, keyboard, etc)
Delete
Get
Set
@@ -127,7 +126,9 @@ const (
Append
Move
Dump
- Quit
+ User // the user did something (mouse, keyboard, etc)
+ InitToolkit // initializes the toolkit
+ CloseToolkit // closes the toolkit
)
func (s WidgetType) String() string {