Go to file
Jeff Carr 1e83c1e609 logsettings window works
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-04 12:47:36 -06:00
logsettings logsettings window works 2024-01-04 12:47:36 -06:00
.gitignore working log window 2024-01-04 12:23:36 -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 mod update 2024-01-03 20:53:01 -06:00
go.sum mod update 2024-01-03 20:53:01 -06:00
logFlag.go working log window 2024-01-04 12:23:36 -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