gtkFileChooserDialogNew {RGtk2}R Documentation

gtkFileChooserDialogNew

Description

Creates a new GtkFileChooserDialog. This function is analogous to gtkDialogNewWithButtons.

Usage

gtkFileChooserDialogNew(title = NULL, parent = NULL, action, ..., show = TRUE)

Arguments

title [character] Title of the dialog, or NULL
parent [GtkWindow] Transient parent of the dialog, or NULL
action [GtkFileChooserAction] Open or save mode for the dialog
... response ID for the first button, then additional (button, id) pairs, ending with NULL

Details

Since 2.4

Value

[GtkWidget] a new GtkFileChooserDialog

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]