Action.getSensitive

bool getSensitive()

Returns whether the action itself is sensitive. Note that this doesn’t necessarily mean effective sensitivity. See gtk.action.Action.isSensitive for that.

Returns

true if the action itself is sensitive.

Deprecated

Use gio.action.Action.getEnabled on a #GAction

instead