Package: gtk
Function gtk:info-bar-add-button
Lambda Listgtk:info-bar-add-button (infobar text response) ArgumentsReturn ValueThe gtk:button widget that was added. Details
Adds a button with the given text, and sets things up so that clicking the button will emit the "response" signal with the given response ID.
The button is appended to the end of the action area of the info bar. The
button widget is returned, but usually you do not need it. Warning | See also |
#2023-8-24