gtkFileChooserButtonNewWithBackend {RGtk2}R Documentation

gtkFileChooserButtonNewWithBackend

Description

Creates a new file-selecting button widget using backend. WARNING: gtk_file_chooser_button_new_with_backend has been deprecated since version 2.14 and should not be used in newly-written code. Use gtkFileChooserButtonNew instead.

Usage

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

Arguments

title

the title of the browse dialog.

action

the open mode for the widget.

backend

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.20.21 Index]