gtkActionSetSensitive {RGtk2}R Documentation

gtkActionSetSensitive

Description

Sets the ::sensitive property of the action to sensitive. Note that this doesn't necessarily mean effective sensitivity. See gtkActionIsSensitive for that.

Usage

gtkActionSetSensitive(object, sensitive)

Arguments

object [GtkAction] the action object
sensitive [logical] TRUE to make the action sensitive

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]