gtkFileChooserButtonNew {RGtk2}R Documentation

gtkFileChooserButtonNew

Description

Creates a new file-selecting button widget.

Usage

gtkFileChooserButtonNew(title, action, show = TRUE)

Arguments

title [character] the title of the browse dialog.
action [GtkFileChooserAction] the open mode for the widget.

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]