summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-03 17:10:50 -0700
committerJeff Carr <[email protected]>2019-06-03 17:10:50 -0700
commitc18bfd884be56f7957869dfb5e6daeddd4985244 (patch)
tree6a33e2f42eb57dc99118f3a7671cbae8ebccad0c /structs.go
parent015d6a25ec8429f6a1ff6f7aee58f7d5cf0c0280 (diff)
parent70779ab33b662d3e7849133f57521c2ce217bf96 (diff)
Merge branch 'master' into devel
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index a074e56..aae0b7f 100644
--- a/structs.go
+++ b/structs.go
@@ -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