diff options
| author | Jeff Carr <[email protected]> | 2019-06-01 21:15:55 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-01 21:15:55 -0700 |
| commit | fd4af0e0dbdd4d8875e2d9dfb4cda84261cacaea (patch) | |
| tree | dfccecaafc51ad1eba8650f4e9791ce0d0d3b912 /structs.go | |
| parent | 273a9eccf74f4aaaeccffa0c7eaebd534581a9cb (diff) | |
spash screen works again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -82,8 +82,6 @@ type GuiWindow struct { Width int Height int -// mainbox *ui.Box - // the callback function to make the window contents MakeWindow func(*GuiWindow) *GuiBox @@ -105,7 +103,7 @@ type GuiWindow struct { type GuiButton struct { Action string // what type of button Box *GuiBox // what box the button click was in - Area *GuiArea // indicates the button click was in an Area +// Area *GuiArea // indicates the button click was in an Area GW *GuiWindow // what window the button click was in (redundant?) Account *pb.Account // associated with what account? |
