package lablgtk3

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

doc/lablgtk3/GFile/class-type-chooser/index.html

Class type GFile.chooserSource

  • since GTK 2.4

@gtkdoc gtk GtkFileChooser

method set_action : Gtk.Tags.file_chooser_action -> unit
method set_create_folders : bool -> unit
method create_folders : bool
method set_local_only : bool -> unit
method local_only : bool
method set_select_multiple : bool -> unit
method select_multiple : bool
method set_current_name : string -> unit
method show_hidden : bool
method set_show_hidden : bool -> unit
method set_filename : string -> bool
method filename : string option
method select_filename : string -> bool
method unselect_filename : string -> unit
method get_filenames : string list
method set_current_folder : string -> bool
method current_folder : string option
method set_uri : string -> bool
method uri : string option
method select_uri : string -> bool
method unselect_uri : string -> unit
method get_uris : string list
method set_current_folder_uri : string -> bool
method current_folder_uri : string
method select_all : unit
method unselect_all : unit
method set_preview_widget : GObj.widget -> unit
method preview_widget : GObj.widget
method set_preview_widget_active : bool -> unit
method preview_widget_active : bool
method preview_filename : string option
method preview_uri : string option
method set_use_preview_label : bool -> unit
method use_preview_label : bool
method set_extra_widget : GObj.widget -> unit
method extra_widget : GObj.widget
method add_filter : filter -> unit
method remove_filter : filter -> unit
method list_filters : filter list
method set_filter : filter -> unit
method filter : filter
method add_shortcut_folder : string -> unit
  • raises GtkFile.FileChooser.Error

    if operation fails

method remove_shortcut_folder : string -> unit
  • raises GtkFile.FileChooser.Error

    if operation fails

  • raises GtkFile.FileChooser.Error

    if operation fails

method list_shortcut_folders : string list
  • raises GtkFile.FileChooser.Error

    if operation fails

method add_shortcut_folder_uri : string -> unit
  • raises GtkFile.FileChooser.Error

    if operation fails

method remove_shortcut_folder_uri : string -> unit
  • raises GtkFile.FileChooser.Error

    if operation fails

  • raises GtkFile.FileChooser.Error

    if operation fails

method list_shortcut_folder_uris : string list
  • raises GtkFile.FileChooser.Error

    if operation fails

method do_overwrite_confirmation : bool

since Gtk 2.8

method set_do_overwrite_confirmation : bool -> unit

since Gtk 2.8

since Gtk 2.8