Widget.actionSetEnabled
void actionSetEnabled(string actionName, bool enabled)Enable or disable an action installed with [gtk.widget_class.WidgetClass.installAction].
Parameters
actionName | action name, such as "clipboard.paste" |
enabled | whether the action is now enabled |