Go to file
Jeff Carr ed62785d3f runs Custom() on window close
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-14 22:14:25 -06:00
logsettings go.wit.com/log change 2024-01-08 23:53:53 -06:00
.gitignore try a nested repo 2024-01-12 23:08:56 -06:00
Makefile more go mod testing 2024-01-14 13:22:44 -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 add SetTitle() 2024-01-11 00:56:20 -06:00
basicDropdown.go enable() and disable() 2024-01-10 20:04:51 -06:00
basicEntry.go gui api updates 2024-01-11 20:37:39 -06:00
basicLabel.go gui api updates 2024-01-11 20:37:39 -06:00
basicWindow.go runs Custom() on window close 2024-01-14 22:14:25 -06:00
durationSlider.go gui api updates 2024-01-11 20:37:39 -06:00
go.mod clean go mod files 2024-01-14 14:54:35 -06:00
go.sum clean go mod files 2024-01-14 14:54:35 -06:00
logFlag.go gui api updates 2024-01-11 20:37:39 -06:00
oneLiner.go gui api updates 2024-01-11 20:37:39 -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