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 --- cmds/gui-demo/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmds/gui-demo/main.go') diff --git a/cmds/gui-demo/main.go b/cmds/gui-demo/main.go index d89b1b0..54ad449 100644 --- a/cmds/gui-demo/main.go +++ b/cmds/gui-demo/main.go @@ -10,6 +10,8 @@ import ( // This initializes the first window // +// BUG: THIS PROGRAM DOESN'T EXIT PROPERLY (NOT REALLY A BUG) +// // Then starts a goroutine to demonstrate how to // inject things into the GUI func main() { -- cgit v1.2.3