Creates a new gtk.RecentChooserMenu widget.
This kind of widget shows the list of recently used resources as a menu, each item as a menu item. Each item inside the menu might have an icon, representing its MIME type, and a number, for mnemonic access.
This widget implements the GtkRecentChooser interface.
This widget creates its own gtk.RecentManager object. See the RecentChooserMenu.newForManager function to know how to create a gtk.RecentChooserMenu widget bound to another gtk.RecentManager object.
a new gtk.RecentChooserMenu
ConstructionException GTK+ fails to create the object.
2.10
Creates a new gtk.RecentChooserMenu widget.
This kind of widget shows the list of recently used resources as a menu, each item as a menu item. Each item inside the menu might have an icon, representing its MIME type, and a number, for mnemonic access.
This widget implements the GtkRecentChooser interface.
This widget creates its own gtk.RecentManager object. See the RecentChooserMenu.newForManager function to know how to create a gtk.RecentChooserMenu widget bound to another gtk.RecentManager object.