RecentChooserDialog
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.10" ) ]
public RecentChooserDialog (string? title, Window? parent, ...)
[ Version ( since = "2.10" ) ]
public RecentChooserDialog (string? title, Window? parent, ...)
Creates a new RecentChooserDialog.
This function is analogous to Dialog.with_buttons.
Parameters:
title |
Title of the dialog, or null |
parent |
Transient parent of the dialog, or null, |
... |
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 |