Action.setSensitive

Sets the :sensitive property of the action to @sensitive. Note that this doesn’t necessarily mean effective sensitivity. See gtk_action_is_sensitive() for that.

More...
class Action
void
setSensitive
()

Parameters

sensitive bool

%TRUE to make the action sensitive

Detailed Description

Deprecated: Use g_simple_action_set_enabled() on a #GSimpleAction instead

Meta