summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-05 14:11:37 -0600
committerJeff Carr <[email protected]>2025-02-05 14:11:37 -0600
commit3fa508f786fc6830640ce185145eb07253429f71 (patch)
treea6d4bc489b45060467a9f7022c2ca5101c3972b0 /structs.go
parentd75bfa639c6fac0fe5b279aeddb28e4f8d861bb4 (diff)
add windowFrame widget for windows
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 55ab07d..718bb47 100644
--- a/structs.go
+++ b/structs.go
@@ -99,6 +99,7 @@ type guiWidget struct {
parent *guiWidget // mirrors the binary node tree
children []*guiWidget // mirrors the binary node tree
node *tree.Node // the pointer back to the tree
+ windowFrame *guiWidget // this is the frame for a window widget
hasTabs bool // does the window have tabs?
currentTab bool // the visible tab
value string // ?