Action.isSensitive

Warning gtk_action_is_sensitive has been deprecated since version 3.10 and should not be used in newly-written code. Use g_simple_action_get_enabled() on a GSimpleAction instead Returns whether the action is effectively sensitive. Since 2.4

class Action
int
isSensitive
()

Return Value

Type: int

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

Meta