gtkActionSetSensitive {RGtk2} | R Documentation |
Sets the ::sensitive property of the action to sensitive
. Note that
this doesn't necessarily mean effective sensitivity. See
gtkActionIsSensitive
for that.
gtkActionSetSensitive(object, sensitive)
|
[GtkAction ] the action object |
|
[logical] TRUE to make the action sensitive |
Since 2.6
Derived by RGtkGen from GTK+ documentation