gtkRecentChooserDialogNewForManager {RGtk2} | R Documentation |
Creates a new GtkRecentChooserDialog
with a specified recent manager.
gtkRecentChooserDialogNewForManager(title = NULL, parent = NULL, manager, ..., show = TRUE)
|
[character] Title of the dialog, or NULL |
|
[GtkWindow ] Transient parent of the dialog, or NULL , |
|
[GtkRecentManager ] a GtkRecentManager |
|
response ID for the first button, then additional (button, id)
pairs, ending with NULL |
This is useful if you have implemented your own recent manager, or if you
have a customized instance of a GtkRecentManager
object.
Since 2.10
[GtkWidget
] a new GtkRecentChooserDialog
Derived by RGtkGen from GTK+ documentation