gtkFileChooserDialogNewWithBackend {RGtk2} | R Documentation |
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.
gtkFileChooserDialogNewWithBackend(title = NULL, parent = NULL, action, backend, ..., show = TRUE)
|
[character] Title of the dialog, or NULL |
|
[GtkWindow ] Transient parent of the dialog, or NULL |
|
[GtkFileChooserAction ] Open or save mode for the dialog |
|
[character] The name of the specific filesystem backend to use. |
|
response ID for the first button, then additional (button, id) pairs, ending with NULL |
Since 2.4
[GtkWidget
] a new GtkFileChooserDialog
Derived by RGtkGen from GTK+ documentation