diff options
| author | Jeff Carr <[email protected]> | 2022-10-20 06:55:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2022-10-20 06:55:42 -0500 |
| commit | b8ef0bb05dc14bc4291f3d156b199fa125cdb9d7 (patch) | |
| tree | 71280d7f01805dfbd430f71df16858079686b8fc /window-golang-debug.go | |
| parent | f3af1f5b7ff78b3f73d7510622fc9633dec36d35 (diff) | |
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
Diffstat (limited to 'window-golang-debug.go')
| -rw-r--r-- | window-golang-debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
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("") } |
