new-gui/toolkit/nocui
Jeff Carr 90c020369a make a common.go for the toolkits
Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-12-15 17:18:48 -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 nocui: simulates button clicks 2023-04-27 22:21:31 -05:00
common.go make a common.go for the toolkits 2023-12-15 17:18:48 -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 nocui: simulates button clicks 2023-04-27 22:21:31 -05:00
stdin.go allow passing of embed plugin files 2023-04-28 07:29:46 -05: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.