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 --- doc.go | 1 + 1 file changed, 1 insertion(+) (limited to 'doc.go') diff --git a/doc.go b/doc.go index 25ef728..87f4f67 100644 --- a/doc.go +++ b/doc.go @@ -17,6 +17,7 @@ Principles: * It's ok to guess. We will return something close. * Hide complexity internally here * Isolate the GUI toolkit + * Function names should follow https://en.wikipedia.org/wiki/Graphical_widget Quick Start -- cgit v1.2.3