Widget.actionSetEnabled

Enable or disable an action installed with gtk_widget_class_install_action().

class Widget
void
actionSetEnabled
(
string actionName
,
bool enabled
)

Parameters

actionName string

action name, such as "clipboard.paste"

enabled bool

whether the action is now enabled

Meta