From d4787a1ebdd08359746516dbb72f1feaf95be5b6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 23 Mar 2023 12:35:12 -0500 Subject: Squashed commit of the following: boxes now exist and are tracked in the binary tree create for group and grid works gocui plugin no longer works. TODO: fix in next release converted everything from plugin to Action() can remove send() tab and window are now action() flags moved to action() ready for new release pad() margion() border() all work move worked! go.wit.com attept 578th try adds an early grid widget. won't work until chan andlabs/ui grid (X,Y) works right actually can put things in places in a grid Queue() means shit doesn't look right on grids lots of fucking around. why am I wasting time on image? wow. the crazy doAppend() thing is gone implement Action Show() and Hide() Signed-off-by: Jeff Carr --- README-goreadme.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'README-goreadme.md') diff --git a/README-goreadme.md b/README-goreadme.md index bf993de..6177226 100644 --- a/README-goreadme.md +++ b/README-goreadme.md @@ -145,7 +145,7 @@ var WARN bool ## Functions -### func [DebugWidgetWindow](/debugWidget.go#L56) +### func [DebugWidgetWindow](/debugWidget.go#L52) `func DebugWidgetWindow(w *Node)` @@ -155,19 +155,15 @@ var WARN bool Creates a window helpful for debugging this package -### func [Delete](/common.go#L90) +### func [Indent](/debug.go#L130) -`func Delete(c *Node)` - -### func [Indent](/debug.go#L116) - -`func Indent(a ...interface{})` +`func Indent(b bool, a ...interface{})` ### func [InitPlugins](/main.go#L56) `func InitPlugins(names []string)` -### func [LoadToolkit](/plugin.go#L43) +### func [LoadToolkit](/plugin.go#L46) `func LoadToolkit(name string) bool` @@ -190,15 +186,15 @@ other goroutines. This is due to the nature of how Linux, MacOS and Windows work (they all work differently. suprise. surprise.) For example: gui.Queue(NewWindow()) -### func [SetDebug](/debug.go#L26) +### func [SetDebug](/debug.go#L28) `func SetDebug(s bool)` -### func [SetFlag](/debug.go#L42) +### func [SetFlag](/debug.go#L44) `func SetFlag(s string, b bool)` -### func [ShowDebugValues](/debug.go#L75) +### func [ShowDebugValues](/debug.go#L86) `func ShowDebugValues()` -- cgit v1.2.3