summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-27 09:06:57 -0500
committerJeff Carr <[email protected]>2023-04-27 09:06:57 -0500
commit8d8aabd1c86399603347d24f9060ed311d66153c (patch)
tree9743a558043db702821d6a6cba76ea74f8931342 /toolkit/andlabs/main.go
parentf5468d9c1cdaf1b0a2e44fcc78621bfae23e44fa (diff)
andlabs: window and tab now in binary tree
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/main.go')
-rw-r--r--toolkit/andlabs/main.go3
1 files changed, 3 insertions, 0 deletions
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