Package: gtk

Function gtk-dialog-set-default-response

Lambda List

gtk-dialog-set-default-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

Sets the last widget in the action area of the dialog with the given response value as the default widget for the dialog. Pressing the Enter key normally activates the default widget.
 

See also

*2021-12-3