Widget.actionSetEnabled

Enable or disable an action installed with gtk.widget_class.WidgetClass.installAction.

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