RGtk2 (version 2.20.31)

gtkActionGroupGetSensitive: 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
the action group

Value

TRUE if the group is sensitive.

Details

Since 2.4