From 6984b0dbc06e2972f7847974fca1b8d8b59e60de Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 22 May 2019 20:30:48 -0700 Subject: all local variables are in Data{} Signed-off-by: Jeff Carr --- gui.go | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gui.go') diff --git a/gui.go b/gui.go index 4d5810b..c6414ba 100644 --- a/gui.go +++ b/gui.go @@ -22,13 +22,21 @@ type GuiDataStructure struct { Height int ButtonClick func(int, string) CurrentVM string + MyArea *ui.Area + // stuff for the splash screen / setup tabs cloudWindow *ui.Window + cloudTab *ui.Tab + cloudBox *ui.Box + smallBox *ui.Box + mainwin *ui.Window maintab *ui.Tab tabcount int allButtons []ButtonMap + + // stuff for the 'area' fontButton *ui.FontButton attrstr *ui.AttributedString -- cgit v1.2.3