diff options
| author | Jeff Carr <[email protected]> | 2019-06-03 15:45:40 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-03 15:45:40 -0700 |
| commit | 50c6e6c07d12841370a0830d79a7b74b974a20f8 (patch) | |
| tree | f0f3a0be66223123151ab7faf0b8c71a6ebdfdf4 /structs.go | |
| parent | 6b5c78fbe96b2b23e38267ee0d495440baf113c1 (diff) | |
make a WindowMap to track which windows exist
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ type GuiData struct { // A map of all the entry boxes AllEntries []*GuiEntry Windows []*GuiWindow + WindowMap map[string]*GuiWindow // A map of all buttons everywhere on all // windows, all tabs, across all goroutines |
