Gjsify LogoGjsify Logo

Interface FileChooserNative_ConstructProps

Hierarchy

Index

Properties

accept_label?: string

The text used for the label on the accept button in the dialog, or %NULL to use the default text.

cancel_label?: string

The text used for the label on the cancel button in the dialog, or %NULL to use the default text.

create_folders?: boolean

Whether a file chooser not in %GTK_FILE_CHOOSER_ACTION_OPEN mode will offer the user to create new folders.

do_overwrite_confirmation?: boolean

Whether a file chooser in %GTK_FILE_CHOOSER_ACTION_SAVE mode will present an overwrite confirmation dialog if the user selects a file name that already exists.

extra_widget?: Gtk.Widget
filter?: Gtk.FileFilter
local_only?: boolean
modal?: boolean

Whether the window should be modal with respect to its transient parent.

preview_widget?: Gtk.Widget
preview_widget_active?: boolean
select_multiple?: boolean
show_hidden?: boolean
title?: string

The title of the dialog window

transient_for?: Gtk.Window

The transient parent of the dialog, or %NULL for none.

use_preview_label?: boolean
visible?: boolean

Whether the window is currenlty visible.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method