gtkFileChooserDialogNewWithBackend {RGtk2}R Documentation

gtkFileChooserDialogNewWithBackend

Description

Creates a new GtkFileChooserDialog with a specified backend. This is especially useful if you use gtkFileChooserSetLocalOnly to allow non-local files and you use a more expressive vfs, such as gnome-vfs, to load files. WARNING: gtk_file_chooser_dialog_new_with_backend has been deprecated since version 2.14 and should not be used in newly-written code. Use gtkFileChooserDialogNew instead.

Usage

gtkFileChooserDialogNewWithBackend(title = NULL, parent = NULL, action, backend, ..., show = TRUE)

Arguments

title

Title of the dialog, or NULL. [ allow-none ]

parent

Transient parent of the dialog, or NULL. [ allow-none ]

action

Open or save mode for the dialog

backend

The name of the specific filesystem backend to use.

...

response ID for the first button, then additional (button, id) pairs, ending with NULL

Details

Since 2.4

Value

[GtkWidget] a new GtkFileChooserDialog

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]