Package: gtk

Function gtk:dialog-response

Lambda List

gtk:dialog-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

Details

Emits the "response" signal with the given response ID. Used to indicate that the user has responded to the dialog in some way.

Warning

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

See also

#2023-8-22