GtkInfoBar
with buttons. Button text/response ID
pairs should be listed, with a NULL
pointer ending the list.
Button text can be either a stock ID such as GTK_STOCK_OK
, or
some arbitrary text. 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 "response" signal with the corresponding response ID.gtkInfoBarNewWithButtons(first.button.text, ..., show = TRUE)
first.button.text
NULL
. [ allow-none ]...
NULL
GtkWidget
] a new GtkInfoBar