A widget that allows selection of a file.
GObject
`-- GtkObject
`-- GtkWidget
`-- GtkContainer
`-- GtkBox
`-- GtkVBox
`-- GtkFileChooserWidget
This widget is suitable for allowing the user to choose files. It is the primary element of the GtkFileChooserDialog. For all practical purposes it is sufficient to use the dialog box alone. However, certain specialized applications might require this widget to be part of a larger window.
GtkFileChooserWidget (GtkFileChooserAction action);-- Creates a new GtkFileChooserWidget.GtkFileChooserWidget::new_with_backend (GtkFileChooserAction action, string backend);-- Creates a new GtkFileChooserWidget with a specified backend.
add_filter() add_shortcut_folder() add_shortcut_folder_uri() get_action() get_current_folder() get_current_folder_uri() get_extra_widget() get_filename() get_filter() get_local_only() get_preview_filename() get_preview_uri() get_preview_widget() get_preview_widget_active() get_select_multiple() get_show_hidden() get_uri() get_use_preview_label() remove_filter() remove_shortcut_folder() remove_shortcut_folder_uri() select_all() select_filename() select_uri() set_action() set_current_folder() set_current_folder_uri() set_current_name() set_extra_widget() set_filename() set_filter() set_local_only() set_preview_widget() set_preview_widget_active() set_select_multiple() set_show_hidden() set_uri() set_use_preview_label() unselect_all() unselect_filename() unselect_uri()