From 0e60af56dc487416f179e196f0421721d4437fc7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 3 Jun 2019 00:50:05 -0700 Subject: more button cleanups Signed-off-by: Jeff Carr --- structs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index af5264c..a074e56 100644 --- a/structs.go +++ b/structs.go @@ -80,7 +80,8 @@ type GuiWindow struct { // There can be lots of these for each GuiWindow type GuiBox struct { Name string // field for human readable name - Window *GuiWindow + Axis int // does it add items to the X or Y axis + Window *GuiWindow // the parent Window // andlabs/ui abstraction mapping UiBox *ui.Box -- cgit v1.2.3