From d29532d07802da2ace0c73fc8d445843a3136594 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Jun 2019 00:56:58 -0700 Subject: finally fix the window and tab names Signed-off-by: Jeff Carr --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index aae0b7f..656ece3 100644 --- a/structs.go +++ b/structs.go @@ -63,6 +63,7 @@ type GuiWindow struct { Name string // field for human readable name Width int Height int + Axis int // does it add items to the X or Y axis // the callback function to make the window contents MakeWindow func(*GuiWindow) *GuiBox -- cgit v1.2.3