ActionGroupIF.actionEnabledChanged

Emits the action-enabled-changed signal on action_group.

This function should only be called by gtk.ActionGroup implementations.

interface ActionGroupIF
void
actionEnabledChanged
(
string actionName
,
bool enabled
)

Parameters

actionName string

the name of an action in the group

enabled bool

whether or not the action is now enabled

Meta

Since

2.28