diff options
| author | Jeff Carr <[email protected]> | 2022-10-21 13:13:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2022-10-21 13:13:41 -0500 |
| commit | 12c4425872d3733d398f4000f4a0bee8fb78203e (patch) | |
| tree | a4909a956d4c21f4d57c6a8be87f97d09c8b5ec7 /README.md | |
| parent | 38b1c880b2503b42109db5421d387bf0043bccd3 (diff) | |
add url's in markup syntax
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -21,7 +21,7 @@ Principles: * It's ok to guess. We will return something close. * Hide complexity internally here * 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 @@ -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 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 Since it is possible for custom Stringer/error interfaces to panic, spew @@ -111,6 +109,9 @@ information this uses spew.Dump() External References +* [Wikipedia Graphical widget](https://en.wikipedia.org/wiki/Graphical_widget) +* [Github mirror](https://github.com/witorg/gui) + ## Functions ### func [DebugTab](/window-debug.go#L26) |
