diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,4 +1,3 @@ -// watch all your go git repos package main import ( @@ -7,20 +6,20 @@ import ( "go.wit.com/lib/gui/repostatus" ) -// the main window nodes -var reposwin *gadgets.BasicWindow -var reposbox *gui.Node -var reposgrid *gui.Node -var reposgroup *gui.Node - var me *autoType +// this app's variables type autoType struct { allrepos map[string]*repo myGui *gui.Node autotypistWindow *gui.Node + reposwin *gadgets.BasicWindow + reposbox *gui.Node + reposgrid *gui.Node + reposgroup *gui.Node + // #### autotypist Global Display Options autoHidePerfect *gui.Node autoHideReadOnly *gui.Node |
