gtkFileChooserButtonNewWithBackend {RGtk2}R Documentation

gtkFileChooserButtonNewWithBackend

Description

Creates a new file-selecting button widget using backend.

Usage

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

Arguments

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

Details

Since 2.6

Value

[GtkWidget] a new button widget.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]