From f1eefc9a06880784269424bd5d8156ce7820b40d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Feb 2025 12:32:41 -0600 Subject: move code to better homes --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index c5c58b2..55ab07d 100644 --- a/structs.go +++ b/structs.go @@ -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? -- cgit v1.2.3