Action.getSensitive

Warning gtk_action_get_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 itself is sensitive. Note that this doesn't necessarily mean effective sensitivity. See gtk_action_is_sensitive() for that. Since 2.4

class Action
int
getSensitive
()

Return Value

Type: int

TRUE if the action itself is sensitive.

Meta