|
# 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.
|
|
```
|