Go to file
Jeff Carr dcd32c255c changes for new 'tree' package 2025-02-14 18:25:28 -06:00
.gitignore ignore all *.so files 2025-01-07 17:43:52 -06:00
.plugin add .plugin file to identify for building 2024-12-04 03:18:13 -06:00
LICENSE initial start of a fyne plugin 2024-02-27 02:21:00 -06:00
Makefile changes for new 'tree' package 2025-02-14 18:25:28 -06:00
README.md initial start of a fyne plugin 2024-02-27 02:21:00 -06:00
action.go changes for new 'tree' package 2025-02-14 18:25:28 -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
fyne.go example to override default go path for 'go mod init' 2024-12-11 13:59:35 -06:00
fynetest.go opens multiple windows in demo mode 2024-02-29 03:06:17 -06:00
main.go changes for new 'tree' package 2025-02-14 18:25:28 -06:00
stdin.go opens multiple windows in demo mode 2024-02-29 03:06:17 -06:00
structs.go changes for new 'tree' package 2025-02-14 18:25:28 -06:00
treeInit.go changes for new 'tree' package 2025-02-14 18:25:28 -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.