Package: gtk

Function gtk:dialog-widget-for-response

Lambda List

gtk:dialog-widget-for-response (dialog response)

Arguments

dialog -- a gtk:dialog widget
response -- a response ID, which is a positive integer or a value of the gtk:response-type enumeration

Return Value

The gtk:widget button that uses the given response value, or nil.

Details

Gets the button that uses the given response ID in the action area of the dialog.

Warning

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

See also

#2024-5-1