From f65d80862e9ef92ab8b36829342a6738cbc4b5d5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Mar 2025 01:57:59 -0600 Subject: fyne changes to see if it can work --- structs.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index d64389a..5704dd4 100644 --- a/structs.go +++ b/structs.go @@ -8,8 +8,12 @@ import ( // stores the raw toolkit internals type guiWidget struct { - Width int - Height int + parent *guiWidget + children []*guiWidget + node *tree.Node // the pointer back to the tree + cuiName string + Width int + Height int c int val map[string]int -- cgit v1.2.3