gtkActionGetSensitive {RGtk2}R Documentation

gtkActionGetSensitive

Description

Returns whether the action itself is sensitive. Note that this doesn't necessarily mean effective sensitivity. See gtkActionIsSensitive for that.

Usage

gtkActionGetSensitive(object)

Arguments

object

the action object

Details

Since 2.4

Value

[logical] TRUE if the action itself is sensitive.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]