Go to file
Jeff Carr 30832551c3 use log Flags
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-05 20:29:57 -06:00
logsettings BasicWindow Ready() and Title() 2024-01-05 12:24:29 -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
args.go use log Flags 2024-01-05 20:29:57 -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 use log Flags 2024-01-05 20:29:57 -06:00
durationSlider.go use log Flags 2024-01-05 20:29:57 -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 restore defaults, all on, all off all work 2024-01-04 15:14:37 -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