Method

GtkActionGroupget_sensitive

deprecated: 3.10 since: 2.4

Declaration [src]

gboolean
gtk_action_group_get_sensitive (
  GtkActionGroup* action_group
)

Description [src]

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.

Available since: 2.4

Deprecated since: 3.10

Please do not use it in newly written code.

Return value

Type: gboolean

TRUE if the group is sensitive.