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

the action object

sensitive

TRUE to make the action sensitive

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]