From d61e03b87782945a6e96dee660dff05aac99253f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 3 Feb 2025 10:55:50 -0600 Subject: working on window drag --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 67011e2..b36bde9 100644 --- a/structs.go +++ b/structs.go @@ -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? -- cgit v1.2.3