Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DialogType ¶
type DialogType string
const ( InfoDialog DialogType = "info" WarningDialog DialogType = "warning" ErrorDialog DialogType = "error" QuestionDialog DialogType = "question" )
type MessageDialog ¶
type MessageDialog struct { Type DialogType Title string Message string Buttons []string DefaultButton string CancelButton string Icon string }
MessageDialog contains the options for the Message dialogs, EG Info, Warning, etc runtime methods
type OpenDialog ¶
type OpenDialog struct { DefaultDirectory string DefaultFilename string Title string Filters string AllowFiles bool AllowDirectories bool AllowMultiple bool ShowHiddenFiles bool CanCreateDirectories bool ResolvesAliases bool TreatPackagesAsDirectories bool }
OpenDialog contains the options for the OpenDialog runtime method
Click to show internal directories.
Click to hide internal directories.