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. Typically either you or the gtk-dialog-run function will be monitoring the "response" signal and take appropriate action.
 

See also

2021-9-26