new-gui/toolkit/nocui
Jeff Carr f67e03db16 gocui: fixes to labels + line entries
correct line hight
    dump non-working size rectangle code
    somehow works better
    better dropdown menu debugging
    minor fixes to common.go
    more common code

Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-12-16 06:57:39 -06:00
..
Makefile nocui: a template for porting new toolkits 2023-04-27 21:11:00 -05:00
README.md nocui: a template for porting new toolkits 2023-04-27 21:11:00 -05:00
action.go gocui: fixes to labels + line entries 2023-12-16 06:57:39 -06:00
common.go gocui: fixes to labels + line entries 2023-12-16 06:57:39 -06:00
event.go make a common.go for the toolkits 2023-12-15 17:18:48 -06:00
log.go nocui: simulates button clicks 2023-04-27 22:21:31 -05:00
main.go gocui: fixes to labels + line entries 2023-12-16 06:57:39 -06:00
stdin.go gocui: fixes to labels + line entries 2023-12-16 06:57:39 -06:00
structs.go make a common.go for the toolkits 2023-12-15 17:18:48 -06:00
widget.go make a common.go for the toolkits 2023-12-15 17:18:48 -06:00

README.md

nogui

Package gui implements a abstraction layer for Go visual elements.

This is a sample plugin. It's a skeleton intended to be used when making a new toolkit plugin.