diff options
| author | Jeff Carr <[email protected]> | 2021-10-06 05:14:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-06 05:14:24 -0500 |
| commit | e93fe915a6747dce10d7314dc968ebb734265ed0 (patch) | |
| tree | e995b23b03d6c4c49cd7a75af8421bb22072a38e /structs.go | |
| parent | 403dc4780b2c907f3292f4d6504ad5af2a0df7f1 (diff) | |
BUILD: suck it up and try to use go.mod
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -44,6 +44,12 @@ type GuiData struct { buttonMap map[*ui.Button]*GuiButton } +type GuiTab struct { + Name string // field for human readable name + Number int // the andlabs/ui tab index + Window *GuiWindow // the parent Window +} + // // stores information on the 'window' // |
