gtkActionGroupGetSensitive {RGtk2}R Documentation

gtkActionGroupGetSensitive

Description

Returns TRUE if the group is sensitive. The constituent actions can only be logically sensitive (see gtkActionIsSensitive) if they are sensitive (see gtkActionGetSensitive) and their group is sensitive.

Usage

gtkActionGroupGetSensitive(object)

Arguments

object [GtkActionGroup] the action group

Details

Since 2.4

Value

[logical] TRUE if the group is sensitive.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]