Interface

Gtk-4.0GtkFileChooserConstructorProps

interface ConstructorProps {
    action: Gtk.FileChooserAction;
    create_folders: boolean;
    createFolders: boolean;
    filter: Gtk.FileFilter;
    filters: Gio.ListModel;
    select_multiple: boolean;
    selectMultiple: boolean;
    shortcut_folders: Gio.ListModel;
    shortcutFolders: Gio.ListModel;
}

Hierarchy (View Summary)

Index

Properties

create_folders: boolean
createFolders: boolean
filter: Gtk.FileFilter
filters: Gio.ListModel
select_multiple: boolean
selectMultiple: boolean
shortcut_folders: Gio.ListModel
shortcutFolders: Gio.ListModel