Method

GtkActionis_sensitive

deprecated: 3.10 since: 2.4

Declaration [src]

gboolean
gtk_action_is_sensitive (
  GtkAction* action
)

Description [src]

Returns whether the action is effectively sensitive.

Available since: 2.4

Deprecated since: 3.10

Use g_action_get_enabled() on a GAction instead.

Return value

Type: gboolean

TRUE if the action and its associated action group are both sensitive.