ActionGroup.getSensitive

Warning gtk_action_group_get_sensitive is deprecated and should not be used in newly-written code. 3.10 Returns TRUE if the group is sensitive. The constituent actions can only be logically sensitive (see gtk_action_is_sensitive()) if they are sensitive (see gtk_action_get_sensitive()) and their group is sensitive. Since 2.4

class ActionGroup
int
getSensitive
()

Return Value

Type: int

TRUE if the group is sensitive.

Meta