Interface

Gtk-3.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;
    do_overwrite_confirmation: boolean;
    doOverwriteConfirmation: boolean;
    extra_widget: Gtk.Widget | null;
    extraWidget: Gtk.Widget | null;
    filter: Gtk.FileFilter | null;
    local_only: boolean;
    localOnly: boolean;
    modal: boolean;
    preview_widget: Gtk.Widget | null;
    preview_widget_active: boolean;
    previewWidget: Gtk.Widget | null;
    previewWidgetActive: boolean;
    select_multiple: boolean;
    selectMultiple: boolean;
    show_hidden: boolean;
    showHidden: boolean;
    title: string | null;
    transient_for: Gtk.Window | null;
    transientFor: Gtk.Window | null;
    use_preview_label: boolean;
    usePreviewLabel: boolean;
    visible: boolean;
}

Hierarchy (View Summary)

Index

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
do_overwrite_confirmation: boolean
doOverwriteConfirmation: boolean
extra_widget: Gtk.Widget | null
extraWidget: Gtk.Widget | null
filter: Gtk.FileFilter | null
local_only: boolean
localOnly: boolean
preview_widget: Gtk.Widget | null
preview_widget_active: boolean
previewWidget: Gtk.Widget | null
previewWidgetActive: boolean
select_multiple: boolean
selectMultiple: boolean
show_hidden: boolean
showHidden: boolean
use_preview_label: boolean
usePreviewLabel: boolean

Properties - Inherited from Gtk.NativeDialog.ConstructorProps

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