RecentChooserDialog.this

Creates a new GtkRecentChooserDialog 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(GtkRecentChooserDialog* gtkRecentChooserDialog, bool ownedRef)
  2. this(string title, Window parent, RecentManager manager, string[] buttonsText, ResponseType[] responses)
    class RecentChooserDialog
    this
  3. this(string title, Window parent, RecentManager manager, StockID[] stockIDs, ResponseType[] responses)

Parameters

title string

Title of the dialog, or null

parent Window

Transient parent of the dialog, or null,

manager RecentManager

a GtkRecentManager, or null

buttonsText string[]

text to go in the buttons

responses ResponseType[]

response ID's for the buttons

Throws

ConstructionException GTK+ fails to create the object.

Meta