diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 09:38:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 09:38:28 -0600 |
| commit | 80df33888ab4e9b0f7d7b56f45d1bd22b253da3a (patch) | |
| tree | 81b928a0acc6844379ede344f001483cbaeee68f /windowViewRepoPatches.go | |
| parent | 7779d0185462c94e3330b79ae05ff3996992fb4f (diff) | |
done on this part of the GUI for now I think
Diffstat (limited to 'windowViewRepoPatches.go')
| -rw-r--r-- | windowViewRepoPatches.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/windowViewRepoPatches.go b/windowViewRepoPatches.go index 5a6a0be..9b7ed83 100644 --- a/windowViewRepoPatches.go +++ b/windowViewRepoPatches.go @@ -12,14 +12,14 @@ import ( ) type repoPatchWindow struct { - once sync.Once // only init() the window once - win *gadgets.BasicWindow // the patches window - stack *gui.Node // the top box set as vertical - shelf *gui.Node // the first box in the stack, set as horizontal - grid *gui.Node // the list of available patches - summary *patchSummary // summary of current patches - setgrid *gui.Node // the list of each patchset - pset *forgepb.Patchset // the patchset in question + once sync.Once // only init() the window once + win *gadgets.BasicWindow // the patches window + stack *gui.Node // the top box set as vertical + shelf *gui.Node // the first box in the stack, set as horizontal + grid *gui.Node // the list of available patches + // summary *patchSummary // summary of current patches + setgrid *gui.Node // the list of each patchset + pset *forgepb.Patchset // the patchset in question } // todo: autogenerate these or make them standared 'gui' package functions |
