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