gtkFileChooserDialogNewWithBackend {RGtk2.10}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.

Usage

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

Arguments

... [GtkWindow] Transient parent of the dialog, or NULL

Details

Since 2.4

Value

[GtkWidget] a new GtkFileChooserDialog

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]