diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 11:36:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 11:36:11 -0600 |
| commit | 796d07652e42349f4a429691209e508a08169d81 (patch) | |
| tree | 065658dc0c1245e3bd9c98e2592f477e09795fa7 /structs.go | |
| parent | 6b49c4139e0ec885d8790f6dba794f2c7272c074 (diff) | |
move logSettings window here
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
