Jeff Carr
0f9d06eb2f
Signed-off-by: Jeff Carr <jcarr@wit.com> |
||
---|---|---|
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
action.go | ||
doc.go | ||
geom.go | ||
go.mod | ||
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.