From f057fe2c76a882bc560cadb4c6977927d4b4ce17 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 21 Oct 2022 12:59:46 -0500 Subject: forgot to update the README.md Signed-off-by: Jeff Carr --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cab9f09..e1aaccf 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ func addTab(w *gui.Node, title string) { ## Debian Build -This worked on debian sid on 2022/10/22 +This worked on debian sid on 2022/10/20 I didn't record the dependances needed ```go @@ -143,11 +143,15 @@ right now it shows the andlabs/ui/DemoNumbersPage() This creates a window that shows how this package works +### func [GetDebugToolkit](/structs.go#L28) + +`func GetDebugToolkit() bool` + ### func [GolangDebugWindow](/window-golang-debug.go#L20) `func GolangDebugWindow()` -### func [IndentPrintln](/structs.go#L161) +### func [IndentPrintln](/structs.go#L191) `func IndentPrintln(a ...interface{})` @@ -166,13 +170,21 @@ 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 [SetDebugToolkit](/structs.go#L24) + +`func SetDebugToolkit(s bool)` + +### func [ShowDebugValues](/structs.go#L32) + +`func ShowDebugValues()` + ### func [StandardClose](/window-golang-debug.go#L12) `func StandardClose(n *Node)` ## Types -### type [GuiConfig](/structs.go#L24) +### type [GuiConfig](/structs.go#L43) `type GuiConfig struct { ... }` @@ -182,7 +194,7 @@ For example: gui.Queue(NewWindow()) var Config GuiConfig ``` -### type [Node](/structs.go#L79) +### type [Node](/structs.go#L98) `type Node struct { ... }` @@ -240,7 +252,7 @@ func main() { You get a window ``` -### type [Widget](/structs.go#L49) +### type [Widget](/structs.go#L68) `type Widget int` -- cgit v1.2.3