From 5b8b14e4cfacb4b442b01cbee64e487f18494047 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 May 2019 12:30:17 -0700 Subject: generic accessor functions for Entry boxes Signed-off-by: Jeff Carr --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') 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 -- cgit v1.2.3