diff options
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
