Package: gtk

Function gtk:dialog-response-for-widget

Lambda List

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

Arguments

dialog -- a gtk:dialog widget
widget -- a gtk:widget object in the action area of dialog

Return Value

The response ID of widget, which is a positive integer or a value of the gtk:response-type enumeration, the value is :none if widget does not have a response ID set.

Details

Gets the response ID of the widget 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

#2023-8-22