summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-30 12:30:17 -0700
committerJeff Carr <[email protected]>2019-05-30 12:30:17 -0700
commit5b8b14e4cfacb4b442b01cbee64e487f18494047 (patch)
tree6fe0c4e84c84d9589c407b54f54d6b7379d37ceb /structs.go
parentd617938702a9f8d9cb3a6a5a04decba6b198d116 (diff)
generic accessor functions for Entry boxes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index ebca64d..e78b39c 100644
--- a/structs.go
+++ b/structs.go
@@ -81,7 +81,7 @@ type GuiButton struct {
type GuiBox struct {
W *GuiWindow
- EntryMap map[string][]*GuiEntry
+ EntryMap map[string]*GuiEntry
A *GuiArea
UiBox *ui.Box