gtkDialogSetDefaultResponse {RGtk2}R Documentation

gtkDialogSetDefaultResponse

Description

Sets the last widget in the dialog's action area with the given response.id as the default widget for the dialog. Pressing "Enter" normally activates the default widget.

Usage

gtkDialogSetDefaultResponse(object, response.id)

Arguments

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]