gtkActionGetSensitive {RGtk2} | R Documentation |
Returns whether the action itself is sensitive. Note that this doesn't
necessarily mean effective sensitivity. See gtkActionIsSensitive
for that.
gtkActionGetSensitive(object)
|
[GtkAction ] the action object |
Since 2.4
[logical] TRUE
if the action itself is sensitive.
Derived by RGtkGen from GTK+ documentation