| gtkRecentChooserMenuNewForManager {RGtk2} | R Documentation |
Creates a new GtkRecentChooserMenu widget using manager as
the underlying recently used resources manager.
gtkRecentChooserMenuNewForManager(manager = NULL, show = TRUE)
|
[GtkRecentManager] a GtkRecentManager |
This is useful if you have implemented your own recent manager,
or if you have a customized instance of a GtkRecentManager
object or if you wish to share a common GtkRecentManager object
among multiple GtkRecentChooser widgets.
Since 2.10
[GtkWidget] a new GtkRecentChooserMenu, bound to manager.
Derived by RGtkGen from GTK+ documentation