package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class File_chooser.file_chooser

method add_choice : string -> string -> string array option -> string array option -> unit
method add_filter : Ocgtk_gtk__.GFile_filter.file_filter_t -> unit
method add_shortcut_folder : Ocgtk_gio.Gio.File.file_t -> (bool, GError.t) result
method get_action : unit -> Ocgtk_gtk__.Gtk_enums.filechooseraction
method get_choice : string -> string option
method get_create_folders : unit -> bool
method get_current_folder : unit -> Ocgtk_gio.Gio.File.file_t option
method get_current_name : unit -> string option
method get_file : unit -> Ocgtk_gio.Gio.File.file_t option
method get_files : unit -> Ocgtk_gio.Gio.List_model.list_model_t
method get_filter : unit -> Ocgtk_gtk__.GFile_filter.file_filter_t option
method get_filters : unit -> Ocgtk_gio.Gio.List_model.list_model_t
method get_select_multiple : unit -> bool
method get_shortcut_folders : unit -> Ocgtk_gio.Gio.List_model.list_model_t
method remove_choice : string -> unit
method remove_filter : Ocgtk_gtk__.GFile_filter.file_filter_t -> unit
method remove_shortcut_folder : Ocgtk_gio.Gio.File.file_t -> (bool, GError.t) result
method set_action : Ocgtk_gtk__.Gtk_enums.filechooseraction -> unit
method set_choice : string -> string -> unit
method set_create_folders : bool -> unit
method set_current_folder : Ocgtk_gio.Gio.File.file_t option -> (bool, GError.t) result
method set_current_name : string -> unit
method set_file : Ocgtk_gio.Gio.File.file_t -> (bool, GError.t) result
method set_filter : Ocgtk_gtk__.GFile_filter.file_filter_t -> unit
method set_select_multiple : bool -> unit
method as_file_chooser : Ocgtk_gtk__.File_chooser.t