diff options
| author | Jeff Carr <[email protected]> | 2025-02-05 12:32:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-05 12:32:41 -0600 |
| commit | f1eefc9a06880784269424bd5d8156ce7820b40d (patch) | |
| tree | a9f4babf2b1c775ab3e09eace36de800f4e3f8ed /structs.go | |
| parent | 6a0fd773f41bb0d8892f30f022098a24ffdc562e (diff) | |
move code to better homes
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ type guiWidget struct { defaultColor *colorT // store the color to go back to gocuiSize rectType // should mirror the real display size. todo: verify these are accurate. they are not yet full rectType // full size of children (used by widget.Window, etc) + force rectType // force widget within these boundries (using this to debug window dragging) startW int // ? startH int // ? isCurrent bool // is this the currently displayed Window or Tab? |
