Go to file
Jeff Carr d4b7cd32d4 goimport lint 2025-02-02 15:04:07 -06:00
.gitignore release gui 0.17 2024-01-31 01:01:52 -06:00
LICENSE This needs to be under the GO developers LICENSE 2024-01-14 10:42:36 -06:00
Makefile goimport lint 2025-02-02 15:04:07 -06:00
README.md notes to trigger build to downgrade golang to 1.20 2024-12-02 09:00:51 -06:00
VERSION trigger release 2024-01-28 22:07:45 -06:00
action.go goimport lint 2025-02-02 15:04:07 -06:00
doc.go goimport lint 2025-02-02 15:04:07 -06:00
geom.go goimport lint 2025-02-02 15:04:07 -06:00
grid.go goimport lint 2025-02-02 15:04:07 -06:00
range.go goimport lint 2025-02-02 15:04:07 -06:00
reflect.go goimport lint 2025-02-02 15:04:07 -06:00
state.go goimport lint 2025-02-02 15:04:07 -06:00
widget.go goimport lint 2025-02-02 15:04:07 -06:00

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