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

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.

Meta