Method

GtkActionget_sensitive

deprecated: 3.10 since: 2.4

Declaration [src]

gboolean
gtk_action_get_sensitive (
  GtkAction* action
)

Description [src]

Returns whether the action itself is sensitive. Note that this doesn’t necessarily mean effective sensitivity. See gtk_action_is_sensitive() for that.

Available since: 2.4

Deprecated since: 3.10

Use g_action_get_enabled() on a GAction instead.

Gets propertyGtk.Action:sensitive

Return value

Type: gboolean

TRUE if the action itself is sensitive.