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)
  3. this(string title, Window parent, RecentManager manager, StockID[] stockIDs, ResponseType[] responses)
    class RecentChooserDialog
    this
    (
    string title
    ,,,,
    ResponseType[] responses = null
    )

Parameters

title string

Title of the dialog, or null

parent Window

Transient parent of the dialog, or null,

manager RecentManager

a GtkRecentManager, or null

stockIDs StockID[]

stockIDs of the buttons

responses ResponseType[]

response ID's for the buttons

Throws

ConstructionException GTK+ fails to create the object.