summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-01 14:10:12 -0700
committerJeff Carr <[email protected]>2019-06-01 14:10:12 -0700
commita6886866a9c70b9dae58e5811c68e3824ce40a43 (patch)
treef92495beb3384c76d1b4f3ca1697020f804ad83b /structs.go
parent7d72ca3561fefd4c89f553448810eee545a47880 (diff)
compiles again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 3 insertions, 1 deletions
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