Package: gtk

Function gtk:dialog-add-buttons

Lambda List

gtk:dialog-add-buttons (dialog &rest buttons)

Arguments

dialog -- a gtk:dialog widget
buttons -- pairs with a button text and the response ID, which is a positive integer or a value of the gtk:response-type enumeration

Details

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

Notes

The Lisp implementation does not call the C function, but the gtk:dialog-add-button function is called in a loop to add the buttons.

Warning

The gtk:dialog implementation is deprecated since 4.10. Use the gtk:window widget instead.
 

See also

#2024-5-2