diff options
| author | Jeff Carr <[email protected]> | 2023-04-11 21:37:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-11 21:37:36 -0500 |
| commit | 982097557b2625cf04378cd7e7771122382d6de9 (patch) | |
| tree | d3db47982c505e3dde0deb48b9c4eb69c9bf5ab0 /README-goreadme.md | |
| parent | 874e0beffad469f713d0435524e0a2f12dcfd978 (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.md | 6 |
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` |
