From 3fa508f786fc6830640ce185145eb07253429f71 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Feb 2025 14:11:37 -0600 Subject: add windowFrame widget for windows --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') 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 // ? -- cgit v1.2.3