summaryrefslogtreecommitdiff
path: root/toolkit/gocui/checkbox.go
AgeCommit message (Collapse)Author
2024-01-01reorg to final resting place at go.wit.com/gui/guiv0.9.5Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-20move to go.wit.com/guiv0.9.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-02gocui plugin refactor to a *node binary treeJeff Carr
rename arg '--gui <toolkit>' add a cloudflare example fixes since go v1.21 didn't compile anymore due to argv order more place() changes recursive size computation gocui: Major refactor to use the *node binary tree gocui: refactor place() and size() gocui: better place() and spacing (tab, buttons, etc) gocui: better mouse click handling gocui: switch to using tk.gocuiSize & tk.size gocui: event handling cleanups gocui: add window labels work gocui: struct cleanups gocui: duplicate binary tree structs removed gocui: deprecate old children Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: closer to correct tabsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: closer to working layoutJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-06gogui: checkboxesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>