From e93fe915a6747dce10d7314dc968ebb734265ed0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 6 Oct 2021 05:14:24 -0500 Subject: BUILD: suck it up and try to use go.mod Signed-off-by: Jeff Carr --- structs.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 59190f6..ac67588 100644 --- a/structs.go +++ b/structs.go @@ -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' // -- cgit v1.2.3