diff options
| author | Jeff Carr <[email protected]> | 2023-04-27 09:06:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-27 09:06:57 -0500 |
| commit | 8d8aabd1c86399603347d24f9060ed311d66153c (patch) | |
| tree | 9743a558043db702821d6a6cba76ea74f8931342 /toolkit/andlabs/main.go | |
| parent | f5468d9c1cdaf1b0a2e44fcc78621bfae23e44fa (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.go | 3 |
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 |
