FileDialog.this

Creates a file dialog with the given parameters. File types are given in the format '*.format', later implementations will enable file type descriptions.

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

Meta