From 047cde4c9d68ea4ff87006448137e836ec9eb140 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 12 Apr 2023 13:00:29 -0500 Subject: better toolkit init options Signed-off-by: Jeff Carr --- README-goreadme.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'README-goreadme.md') diff --git a/README-goreadme.md b/README-goreadme.md index fe9ce18..9336c80 100644 --- a/README-goreadme.md +++ b/README-goreadme.md @@ -123,19 +123,16 @@ Creates a window helpful for debugging this package `func ExampleCatcher(f func())` -### func [Indent](/debug.go#L120) - -`func Indent(b bool, a ...interface{})` - -### func [LoadPlugin](/main.go#L114) +### func [FindPlugin](/plugin.go#L64) -`func LoadPlugin(name string) bool` +`func FindPlugin(name string) *aplug` -### func [LoadToolkit](/plugin.go#L68) +loads and initializes a toolkit (andlabs/ui, gocui, etc) +attempts to locate the .so file -`func LoadToolkit(name string) *aplug` +### func [Indent](/debug.go#L120) -loads and initializes a toolkit (andlabs/ui, gocui, etc) +`func Indent(b bool, a ...interface{})` ### func [SetDebug](/debug.go#L28) @@ -149,7 +146,7 @@ loads and initializes a toolkit (andlabs/ui, gocui, etc) `func ShowDebugValues()` -### func [StandardExit](/main.go#L155) +### func [StandardExit](/main.go#L153) `func StandardExit()` @@ -190,7 +187,7 @@ var Config GuiConfig The Node is a binary tree. This is how all GUI elements are stored simply the name and the size of whatever GUI element exists -#### func [New](/main.go#L132) +#### func [New](/main.go#L126) `func New() *Node` -- cgit v1.2.3