From b8ef0bb05dc14bc4291f3d156b199fa125cdb9d7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 20 Oct 2022 06:55:42 -0500 Subject: Squashed commit of the following: all non binary tree structs are gone (almost all) Use names from https://en.wikipedia.org/wiki/Graphical_widget toolkit andlabs/ui is isolated from being accessable all direct references to andlabs are removed working dropdown widgets add debugging more buttons and windows --- window-golang-debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'window-golang-debug.go') diff --git a/window-golang-debug.go b/window-golang-debug.go index 8598f3a..f963383 100644 --- a/window-golang-debug.go +++ b/window-golang-debug.go @@ -13,7 +13,7 @@ func StandardClose(n *Node) { // origlog.Println("Should Exit Here") // closed = true log.Println("") - log.Println("STANDARD WINDOW CLOSE") + log.Println("STANDARD WINDOW CLOSE. Should not exit app.") log.Println("") } -- cgit v1.2.3