From c328a755c60d1e4bcad64c23077d4bb0f1016537 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Feb 2025 14:29:38 -0600 Subject: windowFrame is below window widget correctly --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') 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 // ? -- cgit v1.2.3