From 796d07652e42349f4a429691209e508a08169d81 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Jan 2024 11:36:11 -0600 Subject: move logSettings window here --- structs.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'structs.go') 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 -- cgit v1.2.3