summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 11:36:11 -0600
committerJeff Carr <[email protected]>2024-01-03 11:36:11 -0600
commit796d07652e42349f4a429691209e508a08169d81 (patch)
tree065658dc0c1245e3bd9c98e2592f477e09795fa7 /structs.go
parent6b49c4139e0ec885d8790f6dba794f2c7272c074 (diff)
move logSettings window here
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