RGtk2 (version 2.20.31)

gtkFileChooserButtonNewWithBackend: gtkFileChooserButtonNewWithBackend

Description

Creates a new file-selecting button widget using backend. WARNING: gtk_file_chooser_button_new_with_backend has been deprecated since version 2.14 and should not be used in newly-written code. Use gtkFileChooserButtonNew instead.

Usage

gtkFileChooserButtonNewWithBackend(title, action, backend, show = TRUE)

Arguments

title
the title of the browse dialog.
action
the open mode for the widget.
backend
the name of the GtkFileSystem backend to use.

Value

GtkWidget] a new button widget.

Details

Since 2.6