[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "4.14" ) ]
public TitledDialog.with_mixed_buttons (string? title, Window? parent, DialogFlags flags, string first_button_icon_name, ...)
Creates an TitledDialog using xfce_gtk_button_new_mixed.
This allows the buttons to use an optional named or stock icon.
| title |
title of the dialog, or null. |
| parent |
transient parent window of the dialog, or null. |
| flags |
from DialogFlags. |
| first_button_icon_name |
icon name to go in first, or "" for no icon. |
| ... |
response ID for the first button, then additional buttons, ending with null. |
| first_button_text |
text to go in first, or null. |
|
the newly allocated TitledDialog. |