package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val virtual obj : [> `filechooser ] Gobject.obj
method set_action : file_chooser_props -> GtkEnums.file_chooser_action -> unit
method set_create_folders : 'a -> bool -> unit
method set_extra_widget : 'a -> GObj.widget -> unit
method set_local_only : 'a -> bool -> unit
method set_preview_widget : 'a -> GObj.widget -> unit
method set_preview_widget_active : 'a -> bool -> unit
method set_select_multiple : 'a -> bool -> unit
method set_show_hidden : 'a -> bool -> unit
method set_use_preview_label : 'a -> bool -> unit
method set_do_overwrite_confirmation : 'a -> bool -> unit
method action : 'a -> GtkEnums.file_chooser_action
method create_folders : 'a -> bool
method extra_widget : 'a -> GObj.widget
method local_only : 'a -> bool
method preview_widget : 'a -> GObj.widget
method preview_widget_active : 'a -> bool
method select_multiple : 'a -> bool
method show_hidden : 'a -> bool
method use_preview_label : 'a -> bool
method do_overwrite_confirmation : 'a -> bool