From 8d8aabd1c86399603347d24f9060ed311d66153c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 27 Apr 2023 09:06:57 -0500 Subject: andlabs: window and tab now in binary tree Signed-off-by: Jeff Carr --- toolkit/andlabs/main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolkit/andlabs/main.go') diff --git a/toolkit/andlabs/main.go b/toolkit/andlabs/main.go index f9a7e68..e54da30 100644 --- a/toolkit/andlabs/main.go +++ b/toolkit/andlabs/main.go @@ -12,6 +12,9 @@ import ( // this is the channel we get requests to make widgets var pluginChan chan toolkit.Action +// the starting point of the binary tree +var rootNode *node + var uiMainUndef bool = true var uiMain sync.Once var muAction sync.Mutex -- cgit v1.2.3