package lablgtk3

  1. Overview
  2. Docs
OCaml interface to GTK+3

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lablgtk3-3.1.5.tbz
sha256=d4821cdbecf3ae374f20317d63e43fe58030c3ba9657b51a2e83e652197e8eac
sha512=83f0be38a1e21737de93f88b0adac15cdcc50cf712d773720b9bc1e8d8ffdb2c660d35840f25d326a42a9d4e6537e6cef466099bf72494196b2cc79977e703e3

doc/lablgtk3/GtkFile/FileChooser/index.html

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