Go to file
Jeff Carr 73a1babad4 suggesting from the golang uber people 2024-02-27 23:49:08 -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 start working on the docs 2024-02-05 12:21:47 -06:00
README.md start working on the docs 2024-02-05 12:21:47 -06:00
VERSION trigger release 2024-01-28 22:07:45 -06:00
action.go suggesting from the golang uber people 2024-02-27 23:49:08 -06:00
doc.go start working on the docs 2024-02-05 12:21:47 -06:00
geom.go start working on the docs 2024-02-05 12:21:47 -06:00
grid.go type value any 2024-01-11 16:41:37 -06:00
range.go move to SetPad(), SetMargin() and SetExpand() 2024-01-13 13:31:35 -06:00
reflect.go works with new toolkit and gui changes 2024-01-17 21:05:52 -06:00
state.go add Heartbeat 2024-02-05 15:01:28 -06:00
widget.go suggesting from the golang uber people 2024-02-27 23:49:08 -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.