summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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