|
|
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| VERSION | ||
| action.go | ||
| doc.go | ||
| geom.go | ||
| grid.go | ||
| range.go | ||
| reflect.go | ||
| state.go | ||
| widget.go | ||
README.md
widget
Package gui/widget defines the widgets and actions that can be performed on them
Principles:
* 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.
* TODO: use protobuf