Go to file
Jeff Carr 7ac6f3e85b go.wit.com/log change
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-08 23:53:53 -06:00
logsettings go.wit.com/log change 2024-01-08 23:53:53 -06:00
.gitignore working log window 2024-01-04 12:23:36 -06:00
Makefile go.wit.com/log change 2024-01-08 22:33:55 -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 use log Flags 2024-01-05 20:29:57 -06:00
basicDropdown.go use log Flags 2024-01-05 20:29:57 -06:00
basicEntry.go use log Flags 2024-01-05 20:29:57 -06:00
basicLabel.go use log Flags 2024-01-05 20:29:57 -06:00
basicWindow.go support Make()/Draw() state 2024-01-06 13:54:06 -06:00
durationSlider.go use log Flags 2024-01-05 20:29:57 -06:00
go.mod update go mod 2024-01-06 18:00:13 -06:00
go.sum update go mod 2024-01-06 18:00:13 -06:00
logFlag.go go.wit.com/log change 2024-01-08 22:33:55 -06:00
oneLiner.go use log Flags 2024-01-05 20:29:57 -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