widget/README.md

17 lines
405 B
Markdown
Raw Permalink Normal View History

# widget
Package gui/widget defines the widgets and actions that can be performed on them
Principles:
```go
* Make code using this package simple to use
* Widget names should try to match [Wikipedia Graphical widget]
* It's ok to guess. Try to do something sensible.
```
### Links
- [A History of the GUI](https://arstechnica.com/features/2005/05/gui/)
- [Go Sources](https://go.googlesource.com/go)