summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-05 14:29:38 -0600
committerJeff Carr <[email protected]>2025-02-05 14:29:38 -0600
commitc328a755c60d1e4bcad64c23077d4bb0f1016537 (patch)
tree212a69232a3d55e64771c07d605cd28fe98e7b73 /structs.go
parent3fa508f786fc6830640ce185145eb07253429f71 (diff)
windowFrame is below window widget correctly
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 718bb47..ce06d02 100644
--- a/structs.go
+++ b/structs.go
@@ -100,6 +100,7 @@ type guiWidget struct {
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
+ internal bool // indicates the widget is internal to gocui and should be treated differently
hasTabs bool // does the window have tabs?
currentTab bool // the visible tab
value string // ?