diff options
| author | Jeff Carr <[email protected]> | 2022-10-21 12:59:46 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2022-10-21 12:59:46 -0500 |
| commit | f057fe2c76a882bc560cadb4c6977927d4b4ce17 (patch) | |
| tree | 154e28051a2dcd0b21c362d0e6e3399ca06dbed8 /README.md | |
| parent | a3fc02c2f7e22f92b76ff6db92618be0cf3656a6 (diff) | |
forgot to update the README.md
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -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` |
