From 8dbf5a09097b7868e9218bf98716c57eac998a10 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 1 Mar 2023 11:35:36 -0600 Subject: lots cleaner code between the plugin Queue() around SetText is helping userspace crashing merge forceDump(bool) into Dump() debugging output configuration is pretty clean keep cutting down duplicate things --gui-verbose flag works make label "standard" code add debug.FreeOSMemory() move the GO language internals to display in the GUI update push to do tags and go to github.com/wit-go/ remove the other license file it might be confusing golang.org and github proper WidgetType added a Quit() button Signed-off-by: Jeff Carr --- andlabs.go | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 andlabs.go (limited to 'andlabs.go') diff --git a/andlabs.go b/andlabs.go deleted file mode 100644 index 95c1ad8..0000000 --- a/andlabs.go +++ /dev/null @@ -1,16 +0,0 @@ -// +build windows - -/* - this is a direct compile version of andlabs/ui for windows since - golang on windows does not yet support plugins -*/ -package gui - -import ( - "git.wit.org/wit/gui/toolkit/andlabs-direct" -) - -func trythis() { - log(debugGui, "not sure what to try") - toolkit.DebugToolkit = true -} -- cgit v1.2.3