Package: gtk
Function gtk:dialog-add-buttons
Lambda Listgtk:dialog-add-buttons (dialog &rest buttons) Argumentsdialog -- 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. NotesWarning | See also |
#2025-2-26