Commit Graph

7 Commits

Author SHA1 Message Date
Jeff Carr c5735353a6 v0.4.1 set sane toolkit default look and feel
autogenerate README.md from doc.go (goreadme cmd)
    remove passing arguements on a mouse click()
    make defaults for padding, margin, stretchy, etc
    add a checkbox widget
    function rename to NewButton()
    keep cleaning up toolkit code
    fix date. I was somehow in the future

Signed-off-by: Jeff Carr <jcarr@wit.com>
2022-10-21 11:40:08 -05:00
Jeff Carr d28f0eb8c1 Squashed commit of the following:
all non binary tree structs are gone (almost all)
    Use names from https://en.wikipedia.org/wiki/Graphical_widget
    toolkit andlabs/ui is isolated from being accessable
        all direct references to andlabs are removed
    working dropdown widgets
    add debugging more buttons and windows
2022-10-20 06:55:42 -05:00
Jeff Carr f7ead697d3 REFACTOR: refactor everything to gui.Node struct
Signed-off-by: Jeff Carr <jcarr@wit.com>
2021-10-31 14:21:36 -05:00
Jeff Carr 07061a47e7 EXAMPLE: further improvements to the example
Signed-off-by: Jeff Carr <jcarr@wit.com>
2021-10-06 11:17:43 -05:00
Jeff Carr 02943567b1 EXAMPLE: provide a clean example
Signed-off-by: Jeff Carr <jcarr@wit.com>
2021-10-06 10:59:22 -05:00
Jeff Carr 790e6f2c46 REFACTOR: continue to move in a better direction
Signed-off-by: Jeff Carr <jcarr@wit.com>
2021-10-06 10:43:58 -05:00
Jeff Carr b4a11c0aa1 CODE: start a general code refactor
Signed-off-by: Jeff Carr <jcarr@wit.com>
2021-10-06 08:36:28 -05:00