zenity/dialog/dialog.go
2019-12-11 12:03:38 +00:00

7 lines
71 B
Go

package dialog
type FileFilter struct {
Name string
Exts []string
}