[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( deprecated = true , deprecated_since = "4.16" ) ]
public TitledDialog.with_buttons (string? title, Window? parent, DialogFlags flags, ...)
Warning: TitledDialog.with_buttons is deprecated since 4.16.
See the documentation of Dialog.with_buttons for details about the parameters and the returned dialog.
Use TitledDialog.with_mixed_buttons instead.
| title |
title of the dialog, or null. |
| parent |
transient parent window of the dialog, or null. |
| flags |
from DialogFlags. |
| ... |
response ID for the first button, then additional buttons, ending with null. |
| first_button_text |
stock ID or text to go in first, or null. |
|
the newly allocated TitledDialog. |