GtkFile.FileChooserinclude module type of struct include GtkFileProps.FileChooser endval cast : 'a Gobject.obj -> Gtk.file_chooser Gobject.objmodule P = GtkFileProps.FileChooser.Pmodule S = GtkFileProps.FileChooser.Sexception Error of error * stringval set_current_name : [> Gtk.file_chooser ] Gtk.obj -> string -> unitval get_filename : [> Gtk.file_chooser ] Gtk.obj -> string optionval set_filename : [> Gtk.file_chooser ] Gtk.obj -> string -> boolval select_filename : [> Gtk.file_chooser ] Gtk.obj -> string -> boolval unselect_filename : [> Gtk.file_chooser ] Gtk.obj -> string -> unitval select_all : [> Gtk.file_chooser ] Gtk.obj -> unitval unselect_all : [> Gtk.file_chooser ] Gtk.obj -> unitval get_filenames : [> Gtk.file_chooser ] Gtk.obj -> string listval get_current_folder : [> Gtk.file_chooser ] Gtk.obj -> string optionval set_current_folder : [> Gtk.file_chooser ] Gtk.obj -> string -> boolval get_uri : [> Gtk.file_chooser ] Gtk.obj -> string optionval set_uri : [> Gtk.file_chooser ] Gtk.obj -> string -> boolval select_uri : [> Gtk.file_chooser ] Gtk.obj -> string -> boolval unselect_uri : [> Gtk.file_chooser ] Gtk.obj -> string -> unitval get_uris : [> Gtk.file_chooser ] Gtk.obj -> string listval get_current_folder_uri : [> Gtk.file_chooser ] Gtk.obj -> stringval set_current_folder_uri : [> Gtk.file_chooser ] Gtk.obj -> string -> boolval get_preview_filename : [> Gtk.file_chooser ] Gtk.obj -> string optionval get_preview_uri : [> Gtk.file_chooser ] Gtk.obj -> string optionval add_filter :
[> Gtk.file_chooser ] Gtk.obj ->
Gtk.file_filter Gtk.obj ->
unitval remove_filter :
[> Gtk.file_chooser ] Gtk.obj ->
Gtk.file_filter Gtk.obj ->
unitval list_filters :
[> Gtk.file_chooser ] Gtk.obj ->
Gtk.file_filter Gtk.obj listval add_shortcut_folder : [> Gtk.file_chooser ] Gtk.obj -> string -> unitval remove_shortcut_folder : [> Gtk.file_chooser ] Gtk.obj -> string -> unitval list_shortcut_folders : [> Gtk.file_chooser ] Gtk.obj -> string listval add_shortcut_folder_uri : [> Gtk.file_chooser ] Gtk.obj -> string -> unitval remove_shortcut_folder_uri :
[> Gtk.file_chooser ] Gtk.obj ->
string ->
unitval list_shortcut_folder_uris : [> Gtk.file_chooser ] Gtk.obj -> string listval dialog_create :
[ `bin | `container | `dialog | `filechooser | `giu | `widget | `window ]
Gobject.param
list ->
[ `bin | `container | `dialog | `filechooser | `giu | `widget | `window ]
Gtk.objval widget_create :
[ `filechooser | `giu | `widget ] Gobject.param list ->
[ `filechooser | `giu | `widget ] Gtk.obj