Dialog.getResponseForWidget

Gets the response id of a widget in the action area of a dialog.

More...
class Dialog
int
getResponseForWidget

Parameters

widget gtk.widget.Widget

a widget in the action area of dialog

Return Value

Type: int

the response id of widget, or gtk.types.ResponseType.None if widget doesn’t have a response id set.

Detailed Description

Deprecated: Use gtk.window.Window instead