Go to file
Jeff Carr 104d1c9f87 fixed paths
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-18 05:34:24 -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 lots of syntax changes 2024-01-18 05:04:18 -06:00
basicLabel.go lots of syntax changes 2024-01-18 05:04:18 -06:00
basicWindow.go lots of syntax changes 2024-01-18 05:04:18 -06:00
durationSlider.go lots of syntax changes 2024-01-18 05:04:18 -06:00
go.mod fixed paths 2024-01-18 05:34:24 -06:00
go.sum fixed paths 2024-01-18 05:34:24 -06:00
logFlag.go lots of syntax changes 2024-01-18 05:04:18 -06:00
oneLiner.go lots of syntax changes 2024-01-18 05:04:18 -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