RecentChooserWidget.this

Creates a new GtkRecentChooserWidget with a specified recent manager. 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

  1. this(GtkRecentChooserWidget* gtkRecentChooserWidget)
  2. this()
  3. this(RecentManager manager)
    class RecentChooserWidget

Parameters

manager RecentManager

a GtkRecentManager

Throws

ConstructionException GTK+ fails to create the object.

Meta