From 1248e21394afa41f5a5a42e843c3bd4cae71c5d6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 11 Jan 2024 15:56:50 -0600 Subject: update for new gui API Signed-off-by: Jeff Carr --- structs.go | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 844e2b3..8d2c599 100644 --- a/structs.go +++ b/structs.go @@ -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 } -- cgit v1.2.3