Go to file
Jeff Carr ea68f9b73c new gui version
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-01 17:42:35 -06:00
Makefile github push rules 2024-01-01 17:37:08 -06:00
README.md initial commit 2024-01-01 16:19:40 -06:00
basicCombobox.go initial commit 2024-01-01 16:19:40 -06:00
basicDropdown.go initial commit 2024-01-01 16:19:40 -06:00
basicEntry.go initial commit 2024-01-01 16:19:40 -06:00
basicLabel.go initial commit 2024-01-01 16:19:40 -06:00
durationSlider.go initial commit 2024-01-01 16:19:40 -06:00
go.mod new gui version 2024-01-01 17:42:35 -06:00
go.sum new gui version 2024-01-01 17:42:35 -06:00
logSettings.go initial commit 2024-01-01 16:19:40 -06:00
oneLiner.go initial commit 2024-01-01 16:19:40 -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