diff options
| author | Jeff Carr <[email protected]> | 2024-01-11 15:56:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-11 15:56:50 -0600 |
| commit | 1248e21394afa41f5a5a42e843c3bd4cae71c5d6 (patch) | |
| tree | a97acc520dd1e31870e9cc89ecfd1bd861d311ad /structs.go | |
| parent | 5d21e2f6f8ba1b62a848c6b614e98cea530bc085 (diff) | |
update for new gui API
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -17,8 +17,8 @@ type RepoStatus struct { parent *gui.Node window *gadgets.BasicWindow - group *gui.Node - grid *gui.Node + // group *gui.Node + // grid *gui.Node // status *gadgets.OneLiner dirtyLabel *gadgets.OneLiner @@ -36,16 +36,25 @@ type RepoStatus struct { develMerge *gui.Node releaseVersion *gui.Node - vgroup *gui.Node +// vgroup *gui.Node minor *gadgets.BasicCombobox major *gadgets.BasicCombobox revision *gadgets.BasicCombobox + versionMessage *gadgets.BasicEntry versionCmds [][]string - versionCmdOutput *gadgets.OneLiner + versionCmdOutput *gadgets.OneLiner newversion *gui.Node + gitBranchesGroup *gui.Node + gitStatusGroup *gui.Node + gitCommandsGroup *gui.Node + + masterDrop *gadgets.BasicDropdown + develDrop *gadgets.BasicDropdown + userDrop *gadgets.BasicDropdown + speed *gadgets.OneLiner speedActual *gadgets.OneLiner } |
