From da6a4363226f14aa893be02cb4a73cbf34fd77e7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Apr 2023 11:06:50 -0500 Subject: andlabs: the binary tree limps along again Signed-off-by: Jeff Carr --- README-goreadme.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README-goreadme.md') diff --git a/README-goreadme.md b/README-goreadme.md index c5ead2a..a21069d 100644 --- a/README-goreadme.md +++ b/README-goreadme.md @@ -134,6 +134,10 @@ Creates a window helpful for debugging this package TODO: add logic to just load the 1st 'most common' gui toolkit and allow the 'go-arg' command line args to override the defaults +### func [LoadPlugin](/main.go#L176) + +`func LoadPlugin(name string) bool` + ### func [LoadToolkit](/plugin.go#L68) `func LoadToolkit(name string) *aplug` @@ -203,6 +207,10 @@ 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](/common.go#L12) + +`func New() *Node` + #### func [NewWindow](/window.go#L13) `func NewWindow() *Node` @@ -255,10 +263,6 @@ You get a window `func Start() *Node` -#### func [StartS](/main.go#L181) - -`func StartS(name string) *Node` - ### type [Symbol](/plugin.go#L16) `type Symbol any` -- cgit v1.2.3