Interface

Gtk-4.0GtkFileDialogConstructorProps

interface ConstructorProps {
    accept_label: string | null;
    acceptLabel: string | null;
    default_filter: Gtk.FileFilter | null;
    defaultFilter: Gtk.FileFilter | null;
    filters: Gio.ListModel<GObject.Object> | null;
    initial_file: Gio.File | null;
    initial_folder: Gio.File | null;
    initial_name: string | null;
    initialFile: Gio.File | null;
    initialFolder: Gio.File | null;
    initialName: string | null;
    modal: boolean;
    title: string;
}

Hierarchy (View Summary)

Index

Properties

accept_label: string | null
acceptLabel: string | null
default_filter: Gtk.FileFilter | null
defaultFilter: Gtk.FileFilter | null
filters: Gio.ListModel<GObject.Object> | null
initial_file: Gio.File | null
initial_folder: Gio.File | null
initial_name: string | null
initialFile: Gio.File | null
initialFolder: Gio.File | null
initialName: string | null
modal: boolean
title: string