diff options
| author | Jeff Carr <[email protected]> | 2019-05-22 20:30:48 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-22 20:30:48 -0700 |
| commit | 6984b0dbc06e2972f7847974fca1b8d8b59e60de (patch) | |
| tree | 3fd80a8b917facceadc623d6c15629a85d9a5236 /gui.go | |
| parent | 23f110b5a271ea6b300536cc5189635f42c40b96 (diff) | |
all local variables are in Data{}
Signed-off-by: Jeff Carr <[email protected]>
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 |
