Go to file
Jeff Carr 3539402c37 opens multiple windows in demo mode
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-02-29 03:06:17 -06:00
.gitignore initial start of a fyne plugin 2024-02-27 02:21:00 -06:00
LICENSE initial start of a fyne plugin 2024-02-27 02:21:00 -06:00
Makefile opens multiple windows in demo mode 2024-02-29 03:06:17 -06:00
README.md initial start of a fyne plugin 2024-02-27 02:21:00 -06:00
action.go initial start of a fyne plugin 2024-02-27 02:21:00 -06:00
args.go initial start of a fyne plugin 2024-02-27 02:21:00 -06:00
event.go initial start of a fyne plugin 2024-02-27 02:21:00 -06:00
fynetest.go opens multiple windows in demo mode 2024-02-29 03:06:17 -06:00
main.go opens multiple windows in demo mode 2024-02-29 03:06:17 -06:00
stdin.go opens multiple windows in demo mode 2024-02-29 03:06:17 -06:00
structs.go initial start of a fyne plugin 2024-02-27 02:21:00 -06:00
tree.go initial start of a fyne plugin 2024-02-27 02:21:00 -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.