Interface

Gtk-4.0GtkFileChooserNativeConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gtk.FileChooser.ConstructorProps

Properties - Inherited from Gtk.NativeDialog.ConstructorProps

Properties

accept_label: string
acceptLabel: string
cancel_label: string
cancelLabel: string

Properties - Inherited from Gtk.FileChooser.ConstructorProps

create_folders: boolean
createFolders: boolean
filter: Gtk.FileFilter
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
transient_for: Gtk.Window
transientFor: Gtk.Window
visible: boolean