Versions in this module Expand all Collapse all v0 v0.1.29 May 22, 2024 Changes in this version + func Errorf(wnd walk.Form, format string, a ...interface{}) + func InputBox(wnd walk.Form, title string, description string, label string, value string) (string, error) + func MessageBox(wnd walk.Form, title string, message string, isError bool) + func MessageBoxYesNo(wnd walk.Form, title string, message string) bool + func MessageBoxf(wnd walk.Form, title string, format string, a ...interface{}) + func Open(wnd walk.Form, title string, filter string, initialDirPath string) (string, error)