Action.setSensitive

Sets the :sensitive property of the action to sensitive. Note that this doesn’t necessarily mean effective sensitivity. See Action.isSensitive

for that.

More...
class Action
void
setSensitive
()

Parameters

sensitive bool

TRUE to make the action sensitive

Detailed Description

Deprecated: Use SimpleAction.setEnabled on a gio.SimpleAction instead

Meta