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

The 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.

Warning

The gtk:info-bar implementation is deprecated since 4.10. Do not use it in newly written code.
 

See also

2024-5-2