Go to file
Jeff Carr ac4541b31f minor 2024-12-04 03:15:35 -06:00
.gitignore builds 2024-12-04 00:43:16 -06:00
LICENSE initial start of a fyne plugin 2024-02-27 02:21:00 -06:00
Makefile minor 2024-12-04 03:15:35 -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.