summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index c02a12c..0f6d853 100644
--- a/structs.go
+++ b/structs.go
@@ -5,6 +5,12 @@ import (
// "go.wit.com/gui/gui/toolkit"
)
+// main debugging window
+var myGui *gui.Node
+var bugWin *gui.Node
+var bugTab *gui.Node
+
+var mapWindows map[string]*gui.Node // tracks all windows that exist
// global var for checking to see if this
// window/tab for debugging a widget exists