diff options
| author | Jeff Carr <[email protected]> | 2019-06-01 14:10:12 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-01 14:10:12 -0700 |
| commit | a6886866a9c70b9dae58e5811c68e3824ce40a43 (patch) | |
| tree | f92495beb3384c76d1b4f3ca1697020f804ad83b /structs.go | |
| parent | 7d72ca3561fefd4c89f553448810eee545a47880 (diff) | |
compiles again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
