Go to file
Jeff Carr 4bce280460 maybe caused the window close problem
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-02-14 01:05:19 -06:00
.gitignore release automation 2024-01-30 16:16:44 -06:00
LICENSE release automation 2024-01-30 16:16:44 -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 use SetText() 2024-01-31 14:02:20 -06:00
basicLabel.go loggging output cleanups 2024-01-21 11:42:31 -06:00
basicWindow.go maybe caused the window close problem 2024-02-14 01:05:19 -06:00
durationSlider.go use SetText() 2024-01-31 14:02:20 -06:00
logFlag.go new gui 2024-01-26 11:11:47 -06:00
oneLiner.go added missing Show() 2024-02-13 16:17:08 -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