FileDialog.this

Creates a file dialog with the given parameters. File types are given in the format '*.format'.

  1. this(Text title, string source, void delegate(Event ev) onFileselect, FileAssociationDescriptor[] filetypes, string startDir, bool save, string filename, StyleSheet customStyle)
    class FileDialog
    public
    this
    (
    Text title
    ,
    string source
    ,
    void delegate
    (
    Event ev
    )
    onFileselect
    ,,
    string startDir
    ,
    bool save = false
    ,
    string filename = ""
    ,
    StyleSheet customStyle = null
    )
  2. this(dstring title, string source, void delegate(Event ev) onFileselect, FileAssociationDescriptor[] filetypes, string startDir, bool save, string filename, StyleSheet customStyle)

Meta