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 [GtkAction] 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.12.5-3 Index]