Go to file
Jeff Carr a1b9ab39f7 SetValue() and SetChecked()
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-19 12:21:04 -06:00
.gitignore try a nested repo 2024-01-12 23:08:56 -06:00
Makefile more go mod testing 2024-01-14 13:22:44 -06:00
README.md initial commit 2024-01-01 16:19:40 -06:00
args.go go.wit.com/log change 2024-01-08 23:53:53 -06:00
basicCombobox.go lots of syntax changes 2024-01-18 05:04:18 -06:00
basicDropdown.go lots of syntax changes 2024-01-18 05:04:18 -06:00
basicEntry.go cleanup old code 2024-01-18 17:32:49 -06:00
basicLabel.go lots of syntax changes 2024-01-18 05:04:18 -06:00
basicWindow.go minor changes 2024-01-18 21:00:38 -06:00
durationSlider.go SetValue() and SetChecked() 2024-01-19 12:21:04 -06:00
go.mod go mod 2024-01-19 00:04:09 -06:00
go.sum go mod 2024-01-19 00:04:09 -06:00
logFlag.go SetValue() and SetChecked() 2024-01-19 12:21:04 -06:00
oneLiner.go SetValue() and SetChecked() 2024-01-19 12:21:04 -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