If the action is disabled then calls to [gio.action.Action.activate] and [gio.action.Action.changeState] have no effect.
SimpleAction.enabled
bool enabled() @propertyGet enabled property.
Returns
If @action is currently enabled.
void enabled(bool propval) @propertySet enabled property.
Parameters
propval | If @action is currently enabled. If the action is disabled then calls to [gio.action.Action.activate] and [gio.action.Action.changeState] have no effect. |