Interface

Gtk-3.0GtkFileChooserNativeConstructorProps

interface ConstructorProps {
    accept_label: string;
    acceptLabel: string;
    action: Gtk.FileChooserAction;
    cancel_label: string;
    cancelLabel: string;
    create_folders: boolean;
    createFolders: boolean;
    do_overwrite_confirmation: boolean;
    doOverwriteConfirmation: boolean;
    extra_widget: Gtk.Widget;
    extraWidget: Gtk.Widget;
    filter: Gtk.FileFilter;
    local_only: boolean;
    localOnly: boolean;
    modal: boolean;
    preview_widget: Gtk.Widget;
    preview_widget_active: boolean;
    previewWidget: Gtk.Widget;
    previewWidgetActive: boolean;
    select_multiple: boolean;
    selectMultiple: boolean;
    show_hidden: boolean;
    showHidden: boolean;
    title: string;
    transient_for: Gtk.Window;
    transientFor: Gtk.Window;
    use_preview_label: boolean;
    usePreviewLabel: boolean;
    visible: boolean;
}

Hierarchy (View Summary)

Index

Properties

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

Properties - Inherited from Gtk.FileChooser.ConstructorProps

create_folders: boolean
createFolders: boolean
do_overwrite_confirmation: boolean
doOverwriteConfirmation: boolean
extra_widget: Gtk.Widget
extraWidget: Gtk.Widget
filter: Gtk.FileFilter
local_only: boolean
localOnly: boolean
preview_widget: Gtk.Widget
preview_widget_active: boolean
previewWidget: Gtk.Widget
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
transient_for: Gtk.Window
transientFor: Gtk.Window
visible: boolean