From 4b6207743b90968d6b822032a4355e43b6ce6da9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 3 Apr 2023 10:26:47 -0500 Subject: gocui: working towards correct layout make a gocui widget binary tree more debugging cleanups sample button app displays in gocui geometry logic closer to correct improvements in gocui layout continued attempts to clean up tabs dump binary tree moving towards proper chan callback() deprecate Widget.Name Signed-off-by: Jeff Carr --- toolkit/democui/plugin.go | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 toolkit/democui/plugin.go (limited to 'toolkit/democui/plugin.go') diff --git a/toolkit/democui/plugin.go b/toolkit/democui/plugin.go deleted file mode 100644 index 86125d4..0000000 --- a/toolkit/democui/plugin.go +++ /dev/null @@ -1,18 +0,0 @@ -package main - -import ( - // if you include more than just this import - // then your plugin might be doing something un-ideal (just a guess from 2023/02/27) - "git.wit.org/wit/gui/toolkit" -) - -func Quit() { - me.baseGui.Close() -} - -func Action(a *toolkit.Action) { - log(logNow, "Action()", a) - w := setupWidgetT(a) - place(w, a) - log(logInfo, "Action() END") -} -- cgit v1.2.3