Interface

Gtk-4.0GtkFileChooserNativeConstructorProps

interface ConstructorProps {
    accept_label: string | null;
    acceptLabel: string | null;
    action: Gtk.FileChooserAction;
    cancel_label: string | null;
    cancelLabel: string | null;
    create_folders: boolean;
    createFolders: boolean;
    filter: Gtk.FileFilter | null;
    filters: Gio.ListModel;
    modal: boolean;
    select_multiple: boolean;
    selectMultiple: boolean;
    shortcut_folders: Gio.ListModel;
    shortcutFolders: Gio.ListModel;
    title: string | null;
    transient_for: Gtk.Window | null;
    transientFor: Gtk.Window | null;
    visible: boolean;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gtk.FileChooser.ConstructorProps

Properties - Inherited from Gtk.NativeDialog.ConstructorProps

Properties

accept_label: string | null
acceptLabel: string | null
cancel_label: string | null
cancelLabel: string | null

Properties - Inherited from Gtk.FileChooser.ConstructorProps

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

Properties - Inherited from Gtk.NativeDialog.ConstructorProps

modal: boolean
title: string | null
transient_for: Gtk.Window | null
transientFor: Gtk.Window | null
visible: boolean