diff options
Diffstat (limited to 'toolkit/widget.go')
| -rw-r--r-- | toolkit/widget.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/widget.go b/toolkit/widget.go index f3d4773..38d4afc 100644 --- a/toolkit/widget.go +++ b/toolkit/widget.go @@ -95,6 +95,7 @@ const ( InitToolkit // initializes the toolkit CloseToolkit // closes the toolkit UserQuit // the user closed the GUI + EnableDebug // open the debugging window ) func (s WidgetType) String() string { |
