| gtkDialogResponse {RGtk2} | R Documentation |
Emits the gtkDialogResponse signal with the given response ID.
Used to indicate that the user has responded to the dialog in some way;
typically either you or gtkDialogRun will be monitoring the
::response signal and take appropriate action.
gtkDialogResponse(object, response.id)
|
[GtkDialog] a GtkDialog |
|
[integer] response ID |
Derived by RGtkGen from GTK+ documentation