From a6886866a9c70b9dae58e5811c68e3824ce40a43 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 1 Jun 2019 14:10:12 -0700 Subject: compiles again Signed-off-by: Jeff Carr --- structs.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 6370705..5be2162 100644 --- a/structs.go +++ b/structs.go @@ -119,9 +119,11 @@ type GuiButton struct { FB *ui.FontButton } +// GuiBox is any type of ui.Hbox or ui.Vbox +// There can be lots of these for each GuiWindow type GuiBox struct { Window *GuiWindow - EntryMap map[string]*GuiEntry +// EntryMap map[string]*GuiEntry // andlabs/ui abstraction mapping UiBox *ui.Box -- cgit v1.2.3