([> `filechooser | `giu | `widget ] as 'a) Gtk.obj ->
object
  val obj : 'Gtk.obj
  method action : Gtk.Tags.file_chooser_action
  method add_filter : filter -> unit
  method add_shortcut_folder : string -> unit
  method add_shortcut_folder_uri : string -> unit
  method app_paintable : bool
  method as_widget : Gtk.widget Gtk.obj
  method can_default : bool
  method can_focus : bool
  method coerce : GObj.widget
  method composite_child : bool
  method connect : GFile.chooser_widget_signals
  method create_folders : bool
  method current_folder : string option
  method current_folder_uri : string
  method destroy : unit -> unit
  method do_overwrite_confirmation : bool
  method drag : GObj.drag_ops
  method event : GObj.event_ops
  method events : GdkEnums.event_mask list
  method expand : bool
  method extra_widget : GObj.widget
  method filename : string option
  method filter : filter
  method focus_on_click : bool
  method get_filenames : string list
  method get_oid : int
  method get_uris : string list
  method halign : GtkEnums.align
  method has_default : bool
  method has_focus : bool
  method has_tooltip : bool
  method height_request : int
  method hexpand : bool
  method hexpand_set : bool
  method is_focus : bool
  method list_filters : filter list
  method list_shortcut_folder_uris : string list
  method list_shortcut_folders : string list
  method local_only : bool
  method margin : int
  method margin_bottom : int
  method margin_end : int
  method margin_left : int
  method margin_right : int
  method margin_start : int
  method margin_top : int
  method misc : GObj.misc_ops
  method name : string
  method no_show_all : bool
  method opacity : float
  method parent : Gtk.container Gtk.obj option
  method preview_filename : string option
  method preview_uri : string option
  method preview_widget : GObj.widget
  method preview_widget_active : bool
  method receives_default : bool
  method remove_filter : filter -> unit
  method remove_shortcut_folder : string -> unit
  method remove_shortcut_folder_uri : string -> unit
  method scale_factor : int
  method select_all : unit
  method select_filename : string -> bool
  method select_multiple : bool
  method select_uri : string -> bool
  method sensitive : bool
  method set_action : Gtk.Tags.file_chooser_action -> unit
  method set_app_paintable : bool -> unit
  method set_can_default : bool -> unit
  method set_can_focus : bool -> unit
  method set_create_folders : bool -> unit
  method set_current_folder : string -> bool
  method set_current_folder_uri : string -> bool
  method set_current_name : string -> unit
  method set_do_overwrite_confirmation : bool -> unit
  method set_events : GdkEnums.event_mask list -> unit
  method set_expand : bool -> unit
  method set_extra_widget : GObj.widget -> unit
  method set_filename : string -> bool
  method set_filter : filter -> unit
  method set_focus_on_click : bool -> unit
  method set_halign : GtkEnums.align -> unit
  method set_has_default : bool -> unit
  method set_has_focus : bool -> unit
  method set_has_tooltip : bool -> unit
  method set_height_request : int -> unit
  method set_hexpand : bool -> unit
  method set_hexpand_set : bool -> unit
  method set_is_focus : bool -> unit
  method set_local_only : bool -> unit
  method set_margin : int -> unit
  method set_margin_bottom : int -> unit
  method set_margin_end : int -> unit
  method set_margin_left : int -> unit
  method set_margin_right : int -> unit
  method set_margin_start : int -> unit
  method set_margin_top : int -> unit
  method set_name : string -> unit
  method set_no_show_all : bool -> unit
  method set_opacity : float -> unit
  method set_parent : Gtk.container Gtk.obj option -> unit
  method set_preview_widget : GObj.widget -> unit
  method set_preview_widget_active : bool -> unit
  method set_receives_default : bool -> unit
  method set_select_multiple : bool -> unit
  method set_sensitive : bool -> unit
  method set_show_hidden : bool -> unit
  method set_style : Gtk.style -> unit
  method set_tooltip_markup : string -> unit
  method set_tooltip_text : string -> unit
  method set_uri : string -> bool
  method set_use_preview_label : bool -> unit
  method set_valign : GtkEnums.align -> unit
  method set_vexpand : bool -> unit
  method set_vexpand_set : bool -> unit
  method set_visible : bool -> unit
  method set_width_request : int -> unit
  method show_hidden : bool
  method style : Gtk.style
  method tooltip_markup : string
  method tooltip_text : string
  method unselect_all : unit
  method unselect_filename : string -> unit
  method unselect_uri : string -> unit
  method uri : string option
  method use_preview_label : bool
  method valign : GtkEnums.align
  method vexpand : bool
  method vexpand_set : bool
  method visible : bool
  method width_request : int
end