summaryrefslogtreecommitdiff
path: root/andlabs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-01 11:35:36 -0600
committerJeff Carr <[email protected]>2023-03-01 11:35:36 -0600
commit8dbf5a09097b7868e9218bf98716c57eac998a10 (patch)
treeab3bdfeaf5a59a55de9d2a6661d2d824090491e5 /andlabs.go
parentf3bb68396afa7452ecf1c8d4744c825a9d81057c (diff)
lots cleaner code between the pluginv0.6.1
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 <[email protected]>
Diffstat (limited to 'andlabs.go')
-rw-r--r--andlabs.go16
1 files changed, 0 insertions, 16 deletions
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
-}