summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 17:29:17 -0600
committerJeff Carr <[email protected]>2025-02-06 17:29:17 -0600
commitf5d465901d2ec48e145c3c7ce04eceb69445a11f (patch)
tree0aa6f6f9edd9c7bb8fb3c4a3b304c3f9a63d6a42 /structs.go
parente134ecb6a4285d576c45c3f86274703f32ab30b0 (diff)
trying to send Close Window() from toolkit plugin
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index b4d1aef..01a7f49 100644
--- a/structs.go
+++ b/structs.go
@@ -130,6 +130,7 @@ type window struct {
isBG bool // means this is the background widget. There is only one of these
order int // what level the window is on
resize bool // only set the title once
+ collapsed bool // only show the window title bar
}
type guiWidget struct {