Versions in this module Expand all Collapse all v1 v1.0.1 Jul 21, 2026 v1.0.0 Jul 21, 2026 Changes in this version + func NewAlert(a fyne.App, title string, message string, typeError bool, buttonOk string) + func NewConfirm(a fyne.App, title, message string, buttons []string, OnResult func(int)) + func NewOpenFile(a fyne.App, title string, exts []string, multiselect bool, ...) + func NewSaveFile(a fyne.App, title string, exts []string, onSelect func(string)) + func NewSelectDirectory(a fyne.App, title string, multiselect bool, onSelect func([]string))