new-gui/gadgets
Jeff Carr 01ab0180f4 add 'gadgets'
attempt func (n *gui.Node) blah() definition
    better docs for pkg.go.dev
    how logging should work
    fix syntax links for pkg.go.dev

Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-12-29 03:00:03 -06:00
..
README.md add 'gadgets' 2023-12-29 03:00:03 -06:00
basicLabel.go add 'gadgets' 2023-12-29 03:00:03 -06:00
durationSlider.go add 'gadgets' 2023-12-29 03:00:03 -06:00
oneLiner.go add 'gadgets' 2023-12-29 03:00:03 -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