minor doc change
This commit is contained in:
parent
cfb9202bff
commit
9dcaff390f
|
@ -109,6 +109,10 @@ information this uses spew.Dump()
|
||||||
|
|
||||||
External References
|
External References
|
||||||
|
|
||||||
|
Useful links and other
|
||||||
|
external things
|
||||||
|
which might be useful
|
||||||
|
|
||||||
* [Wikipedia Graphical widget](https://en.wikipedia.org/wiki/Graphical_widget)
|
* [Wikipedia Graphical widget](https://en.wikipedia.org/wiki/Graphical_widget)
|
||||||
* [Github mirror](https://github.com/witorg/gui)
|
* [Github mirror](https://github.com/witorg/gui)
|
||||||
|
|
||||||
|
|
2
doc.go
2
doc.go
|
@ -83,8 +83,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
|
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue