summaryrefslogtreecommitdiff
path: root/README.md
blob: a7d4f4d15ace321666433ec4ab0cf57928f9d7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.
* TODO: use protobuf
```

### Links

- [A History of the GUI](https://arstechnica.com/features/2005/05/gui/)
- [Go Sources](https://go.googlesource.com/go)