Package: gtk

Function gtk-info-bar-new-with-buttons

Lambda List

gtk-info-bar-new-with-buttons (&rest args)

Arguments

args -- first a string with the text and second an integer with the response ID for each button, then more pairs for each button

Return Value

A new gtk-info-bar widget.

Details

Creates a new info bar with buttons. Button text/response ID pairs should be listed. Button text can be some arbitrary text. A response ID can be any positive number, or one of the values in the gtk-response-type enumeration. If the user clicks one of these dialog buttons, the info bar will emit the "response" signal with the corresponding response ID.
 

See also

2021-12-22