gtkFileChooserButtonNewWithBackend {RGtk2} | R Documentation |
Creates a new file-selecting button widget using backend
.
gtkFileChooserButtonNewWithBackend(title, action, backend, show = TRUE)
|
[character] the title of the browse dialog. |
|
[GtkFileChooserAction ] the open mode for the widget. |
|
[character] the name of the GtkFileSystem backend to use. |
Since 2.6
[GtkWidget
] a new button widget.
Derived by RGtkGen from GTK+ documentation