diff options
| author | Jeff Carr <[email protected]> | 2019-06-01 13:41:45 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-01 13:41:45 -0700 |
| commit | 7d72ca3561fefd4c89f553448810eee545a47880 (patch) | |
| tree | d979433cc3b9bf201c4090874ea142541f34af66 /structs.go | |
| parent | c5f9c6d96f1ce960fa08ab2c77b348a5bcdf03ea (diff) | |
start handling 'Guiwindow' correctly
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -122,7 +122,6 @@ type GuiButton struct { type GuiBox struct { Window *GuiWindow EntryMap map[string]*GuiEntry - Area *GuiArea // andlabs/ui abstraction mapping UiBox *ui.Box |
