Go to file
Jeff Carr 09d3bbb857 fix Makefile
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-06 18:08:51 -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 fix Makefile 2024-01-06 18:08:51 -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 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 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