diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 17:29:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 17:29:17 -0600 |
| commit | f5d465901d2ec48e145c3c7ce04eceb69445a11f (patch) | |
| tree | 0aa6f6f9edd9c7bb8fb3c4a3b304c3f9a63d6a42 /structs.go | |
| parent | e134ecb6a4285d576c45c3f86274703f32ab30b0 (diff) | |
trying to send Close Window() from toolkit plugin
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |
