Package: gtk
Function gtk:info-bar-new-with-buttons
Lambda Listgtk:info-bar-new-with-buttons (&rest args) ArgumentsReturn ValueA 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. | See also |
#2023-3-20