add url's in markup syntax

This commit is contained in:
Jeff Carr 2022-10-21 13:13:41 -05:00
parent 08d8070b63
commit cee37ba89d
1 changed files with 4 additions and 3 deletions

View File

@ -21,7 +21,7 @@ Principles:
* It's ok to guess. We will return something close. * It's ok to guess. We will return something close.
* Hide complexity internally here * Hide complexity internally here
* Isolate the GUI toolkit * Isolate the GUI toolkit
* Function names should follow [Wikipedia Graphical widget] * Function names should follow [Wikipedia Graphical widget](https://en.wikipedia.org/wiki/Graphical_widget)
``` ```
## Quick Start ## Quick Start
@ -89,8 +89,6 @@ The next step is to intent is to allow this to work directly against GTK and QT.
It should be able to add Fyne, WASM, native macos & windows, android and It should be able to add Fyne, WASM, native macos & windows, android and
hopefully also things like libSDL, faiface/pixel, slint hopefully also things like libSDL, faiface/pixel, slint
[Wikipedia Graphical widget]: [https://en.wikipedia.org/wiki/Graphical_widget](https://en.wikipedia.org/wiki/Graphical_widget)
## Errors ## Errors
Since it is possible for custom Stringer/error interfaces to panic, spew Since it is possible for custom Stringer/error interfaces to panic, spew
@ -111,6 +109,9 @@ information this uses spew.Dump()
External References External References
* [Wikipedia Graphical widget](https://en.wikipedia.org/wiki/Graphical_widget)
* [Github mirror](https://github.com/witorg/gui)
## Functions ## Functions
### func [DebugTab](/window-debug.go#L26) ### func [DebugTab](/window-debug.go#L26)