Go to file
Jeff Carr 1ac95c7125 add Show() and Hide()
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-30 01:37:21 -06:00
.gitignore try a nested repo 2024-01-12 23:08:56 -06:00
Makefile lots of cleanups for the gui and toolkit packages 2024-01-20 19:53:23 -06:00
README.md initial commit 2024-01-01 16:19:40 -06:00
args.go loggging output cleanups 2024-01-21 11:42:31 -06:00
basicCombobox.go add Show() and Hide() 2024-01-30 01:37:21 -06:00
basicDropdown.go loggging output cleanups 2024-01-21 11:42:31 -06:00
basicEntry.go add Show() and Hide() 2024-01-30 01:37:21 -06:00
basicLabel.go loggging output cleanups 2024-01-21 11:42:31 -06:00
basicWindow.go loggging output cleanups 2024-01-21 11:42:31 -06:00
durationSlider.go loggging output cleanups 2024-01-21 11:42:31 -06:00
go.mod new release 2024-01-28 22:47:10 -06:00
go.sum new release 2024-01-28 22:47:10 -06:00
logFlag.go new gui 2024-01-26 11:11:47 -06:00
oneLiner.go new gui 2024-01-26 11:11:47 -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