gtkDialogResponse {RGtk2}R Documentation

gtkDialogResponse

Description

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.

Usage

gtkDialogResponse(object, response.id)

Arguments

object [GtkDialog] a GtkDialog
response.id [integer] response ID

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]