Signed-off-by: Jeff Carr <jcarr@wit.com> |
||
|---|---|---|
| .gitignore | ||
| Makefile | ||
| README.md | ||
| args.go | ||
| basicCombobox.go | ||
| basicDropdown.go | ||
| basicEntry.go | ||
| basicLabel.go | ||
| basicWindow.go | ||
| durationSlider.go | ||
| go.mod | ||
| go.sum | ||
| logFlag.go | ||
| oneLiner.go | ||
README.md
gadgets
Package gadgets are special collections of widgets
Things to avoid or keep in mind: Also Features these might enable:
* These should never bypass the binary tree
* Hide complexity internally here
* These might require corresponding toolkit implementations?
* These might allow unique/good corresponding toolkit implementations (date/time selection?)
## Warning
Doing this / adding these might be a really bad idea that I will regret later