package lablgtk3

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

Module GtkFile.FileChooserSource

Sourcetype error =
  1. | ERROR_NONEXISTENT
  2. | ERROR_BAD_FILENAME
Sourceexception Error of error * string
Sourceval set_current_name : [> Gtk.file_chooser ] Gtk.obj -> string -> unit
Sourceval get_filename : [> Gtk.file_chooser ] Gtk.obj -> string option
Sourceval set_filename : [> Gtk.file_chooser ] Gtk.obj -> string -> bool
Sourceval select_filename : [> Gtk.file_chooser ] Gtk.obj -> string -> bool
Sourceval unselect_filename : [> Gtk.file_chooser ] Gtk.obj -> string -> unit
Sourceval select_all : [> Gtk.file_chooser ] Gtk.obj -> unit
Sourceval unselect_all : [> Gtk.file_chooser ] Gtk.obj -> unit
Sourceval get_filenames : [> Gtk.file_chooser ] Gtk.obj -> string list
Sourceval get_current_folder : [> Gtk.file_chooser ] Gtk.obj -> string option
Sourceval set_current_folder : [> Gtk.file_chooser ] Gtk.obj -> string -> bool
Sourceval get_uri : [> Gtk.file_chooser ] Gtk.obj -> string option
Sourceval set_uri : [> Gtk.file_chooser ] Gtk.obj -> string -> bool
Sourceval select_uri : [> Gtk.file_chooser ] Gtk.obj -> string -> bool
Sourceval unselect_uri : [> Gtk.file_chooser ] Gtk.obj -> string -> unit
Sourceval get_uris : [> Gtk.file_chooser ] Gtk.obj -> string list
Sourceval get_current_folder_uri : [> Gtk.file_chooser ] Gtk.obj -> string
Sourceval set_current_folder_uri : [> Gtk.file_chooser ] Gtk.obj -> string -> bool
Sourceval get_preview_filename : [> Gtk.file_chooser ] Gtk.obj -> string option
Sourceval get_preview_uri : [> Gtk.file_chooser ] Gtk.obj -> string option
Sourceval add_filter : [> Gtk.file_chooser ] Gtk.obj -> Gtk.file_filter Gtk.obj -> unit
Sourceval remove_filter : [> Gtk.file_chooser ] Gtk.obj -> Gtk.file_filter Gtk.obj -> unit
Sourceval list_filters : [> Gtk.file_chooser ] Gtk.obj -> Gtk.file_filter Gtk.obj list
Sourceval add_shortcut_folder : [> Gtk.file_chooser ] Gtk.obj -> string -> unit
Sourceval remove_shortcut_folder : [> Gtk.file_chooser ] Gtk.obj -> string -> unit
Sourceval list_shortcut_folders : [> Gtk.file_chooser ] Gtk.obj -> string list
Sourceval add_shortcut_folder_uri : [> Gtk.file_chooser ] Gtk.obj -> string -> unit
Sourceval remove_shortcut_folder_uri : [> Gtk.file_chooser ] Gtk.obj -> string -> unit
Sourceval list_shortcut_folder_uris : [> Gtk.file_chooser ] Gtk.obj -> string list
Sourceval dialog_create : [ `bin | `container | `dialog | `filechooser | `giu | `widget | `window ] Gobject.param list -> [ `bin | `container | `dialog | `filechooser | `giu | `widget | `window ] Gtk.obj
Sourceval widget_create : [ `filechooser | `giu | `widget ] Gobject.param list -> [ `filechooser | `giu | `widget ] Gtk.obj
OCaml

Innovation. Community. Security.