InfoBar.with_buttons
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public InfoBar.with_buttons (...)
public InfoBar.with_buttons (...)
Creates a new `GtkInfoBar` with buttons.
Button text/response ID pairs should be listed, with a null pointer ending the list. A response ID can be any
positive number, or one of the values in the `GtkResponseType` enumeration. If the user clicks one of these dialog buttons, GtkInfoBar will
emit the [signal@Gtk.InfoBar:GtkInfoBar:response
] signal with the corresponding response ID.
Parameters:
... |
response ID for first button, then additional buttons, ending with null |
first_button_text |
ext to go in first button |
Returns:
a new `GtkInfoBar` |