gtkDialogGetResponseForWidget {RGtk2}R Documentation

gtkDialogGetResponseForWidget

Description

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

Usage

gtkDialogGetResponseForWidget(object, widget)

Arguments

object [GtkDialog] a GtkDialog
widget [GtkWidget] a widget in the action area of dialog

Details

Since 2.8

Value

[integer] the response id of widget, or GTK_RESPONSE_NONE if widget doesn't have a response id set.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]