gtkDialogGetResponseForWidget {RGtk2} | R Documentation |
Gets the response id of a widget in the action area of a dialog.
gtkDialogGetResponseForWidget(object, widget)
|
[GtkDialog ] a GtkDialog |
|
[GtkWidget ] a widget in the action area of dialog |
Since 2.8
[integer] the response id of widget
, or GTK_RESPONSE_NONE
if widget
doesn't have a response id set.
Derived by RGtkGen from GTK+ documentation