Package: gtk

Function gtk-info-bar-add-buttons

Lambda List

gtk-info-bar-add-buttons (infobar &rest args)

Arguments

infobar -- a gtk-info-bar widget
args -- first a string with a button text and second an integer with a response ID, then more pairs for each button

Details

Adds more buttons, same as calling the gtk-info-bar-add-button function repeatedly. Each button must have both text and a response ID.
 

See also

*2021-12-22