summaryrefslogtreecommitdiff
path: root/README-goreadme.md
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-11 21:37:36 -0500
committerJeff Carr <[email protected]>2023-04-11 21:37:36 -0500
commit982097557b2625cf04378cd7e7771122382d6de9 (patch)
treed3db47982c505e3dde0deb48b9c4eb69c9bf5ab0 /README-goreadme.md
parent874e0beffad469f713d0435524e0a2f12dcfd978 (diff)
both gocui and andlabs worked with buttondemo
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'README-goreadme.md')
-rw-r--r--README-goreadme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README-goreadme.md b/README-goreadme.md
index a734836..fe9ce18 100644
--- a/README-goreadme.md
+++ b/README-goreadme.md
@@ -127,7 +127,7 @@ Creates a window helpful for debugging this package
`func Indent(b bool, a ...interface{})`
-### func [LoadPlugin](/main.go#L172)
+### func [LoadPlugin](/main.go#L114)
`func LoadPlugin(name string) bool`
@@ -149,7 +149,7 @@ loads and initializes a toolkit (andlabs/ui, gocui, etc)
`func ShowDebugValues()`
-### func [StandardExit](/main.go#L261)
+### func [StandardExit](/main.go#L155)
`func StandardExit()`
@@ -190,7 +190,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#L190)
+#### func [New](/main.go#L132)
`func New() *Node`