blob: 12b5c9fde99715e13e6141c8344cb6aec47fa1ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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.
```
|