actionSetEnabled

open fun actionSetEnabled(actionName: String, enabled: Boolean)

Enable or disable an action installed with gtk_widget_class_install_action().

Parameters

actionName

action name, such as "clipboard.paste"

enabled

whether the action is now enabled