diff options
| author | Jeff Carr <[email protected]> | 2025-02-03 10:55:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-03 10:55:50 -0600 |
| commit | d61e03b87782945a6e96dee660dff05aac99253f (patch) | |
| tree | 40c8bd2ad1dd42556f7bf594ef334e55fc192e0b /structs.go | |
| parent | f0d403e8340eb72e4569f9f5df362251f4ad5c30 (diff) | |
working on window drag
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ type guiWidget struct { enable bool // ? 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) startW int // ? startH int // ? isCurrent bool // is this the currently displayed Window or Tab? |
