Go to file
Jeff Carr 9ad2d8247f set prognames 2025-03-05 02:59:01 -06:00
.gitignore release automation 2024-01-30 16:16:44 -06:00
LICENSE release automation 2024-01-30 16:16:44 -06:00
Makefile func name change 2025-02-05 07:24:42 -06:00
README.md minor 2024-12-13 19:30:28 -06:00
args.go loggging output cleanups 2024-01-21 11:42:31 -06:00
basicCombobox.go func name change 2025-02-05 07:24:42 -06:00
basicDropdown.go loggging output cleanups 2024-01-21 11:42:31 -06:00
basicEntry.go use SetText() 2024-01-31 14:02:20 -06:00
basicLabel.go loggging output cleanups 2024-01-21 11:42:31 -06:00
basicWindow.go func name change 2025-02-05 07:24:42 -06:00
durationSlider.go use SetText() 2024-01-31 14:02:20 -06:00
genericWindow.go set prognames 2025-03-05 02:59:01 -06:00
logFlag.go func name change 2025-02-05 07:24:42 -06:00
oneLiner.go add mirror widget support 2024-02-19 14:42:06 -06:00

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
TODO: move to protobuf. also, use interfaces