Fan

 

const final enum

fwt::FileDialogMode

sys::Obj
  sys::Enum
    fwt::FileDialogMode

Slots

fromStrSource

static FileDialogMode? fromStr(Str name, Bool checked := true)

Return the FileDialogMode instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

openDirSource

static FileDialogMode openDir

Display open directory dialog

openFileSource

static FileDialogMode openFile

Display open dialog for single file

openFilesSource

static FileDialogMode openFiles

Display open dialog for multiple files

saveFileSource

static FileDialogMode saveFile

Display save dialog for single file

valuesSource

static FileDialogMode[] values

List of FileDialogMode values indexed by ordinal