Go to file
Jeff Carr 32fe455bb5 now should work without needed to actually display
a nice improvement. actual toolkit widgets
       arent' actually needed. It's faster
       and can run in the dark
    autotypist compiles and runs

Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-17 21:46:50 -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 now should work without needed to actually display 2024-01-17 21:46:50 -06:00
basicDropdown.go now should work without needed to actually display 2024-01-17 21:46:50 -06:00
basicEntry.go now should work without needed to actually display 2024-01-17 21:46:50 -06:00
basicLabel.go now should work without needed to actually display 2024-01-17 21:46:50 -06:00
basicWindow.go add StandardExit() 2024-01-16 00:54:41 -06:00
durationSlider.go now should work without needed to actually display 2024-01-17 21:46:50 -06:00
go.mod now should work without needed to actually display 2024-01-17 21:46:50 -06:00
go.sum now should work without needed to actually display 2024-01-17 21:46:50 -06:00
logFlag.go now should work without needed to actually display 2024-01-17 21:46:50 -06:00
oneLiner.go now should work without needed to actually display 2024-01-17 21:46:50 -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