RecentChooserDialog.for_manager


Description:

[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.10" ) ]
public RecentChooserDialog.for_manager (string? title, Window? parent, RecentManager manager, ...)

Creates a new RecentChooserDialog 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 RecentManager object.

Parameters:

title

Title of the dialog, or null

parent

Transient parent of the dialog, or null,

manager

a RecentManager

...

response ID for the first button, then additional (button, id) pairs, ending with null

first_button_text

stock ID or text to go in the first button, or null

Returns:

a new RecentChooserDialog