summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 6 insertions, 0 deletions
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'
//