gtkFileChooserDialogNew {RGtk2} | R Documentation |
Creates a new GtkFileChooserDialog
. This function is analogous to
gtkDialogNewWithButtons
.
gtkFileChooserDialogNew(title = NULL, parent = NULL, action, ..., show = TRUE)
|
Title of the dialog, or |
|
Transient parent of the dialog, or |
|
Open or save mode for the dialog |
|
response ID for the first button, then additional (button, id) pairs, ending with |
Since 2.4
[GtkWidget
] a new GtkFileChooserDialog
Derived by RGtkGen from GTK+ documentation