RecentChooserMenu.this

Creates a new GtkRecentChooserMenu widget using manager as the underlying recently used resources manager. 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

  1. this(GtkRecentChooserMenu* gtkRecentChooserMenu)
  2. this()
  3. this(RecentManager manager)
    class RecentChooserMenu

Parameters

manager RecentManager

a GtkRecentManager

Throws

ConstructionException GTK+ fails to create the object.

Meta