Documentation ¶ Rendered for darwin/amd64 Index ¶ Constants func DirDlg(title string, startDir string) (string, error) func ErrorDlg(msg, title string) func FileDlg(save bool, title string, exts []string, relaxExt bool, startDir string, ...) (string, error) func InfoDlg(msg, title string) func YesNoDlg(msg, title string) bool type AlertParams Constants ¶ View Source const BUFSIZE = C.PATH_MAX Variables ¶ This section is empty. Functions ¶ func DirDlg ¶ func DirDlg(title string, startDir string) (string, error) func ErrorDlg ¶ func ErrorDlg(msg, title string) func FileDlg ¶ func FileDlg(save bool, title string, exts []string, relaxExt bool, startDir string, filename string) (string, error) func InfoDlg ¶ func InfoDlg(msg, title string) func YesNoDlg ¶ func YesNoDlg(msg, title string) bool Types ¶ type AlertParams ¶ type AlertParams struct { // contains filtered or unexported fields } Source Files ¶ View all Source files dlg_darwin.go Click to show internal directories. Click to hide internal directories.