diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -15,9 +15,9 @@ type autoType struct { autotypistWindow *gui.Node - reposwin *gadgets.BasicWindow - reposbox *gui.Node - reposgrid *gui.Node + reposwin *gadgets.BasicWindow + reposbox *gui.Node + reposgrid *gui.Node reposgroup *gui.Node // #### autotypist Global Display Options @@ -83,7 +83,9 @@ type repo struct { develVersion *gui.Node // the devel branch version userVersion *gui.Node // the user branch version + endBox *gui.Node // a general box at the end of the row statusButton *gui.Node // opens up the status window + diffButton *gui.Node // opens up the status window status *repostatus.RepoStatus } |
