RGtk2 (version 2.20.31)

gtkFileChooserDialogNew: gtkFileChooserDialogNew

Description

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

Usage

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

Arguments

title
Title of the dialog, or NULL. [ allow-none ]
parent
Transient parent of the dialog, or NULL. [ allow-none ]
action
Open or save mode for the dialog

Value

GtkWidget] a new GtkFileChooserDialog

Details

Since 2.4