can_activate_accel


Description:

[ HasEmitter ]
public virtual signal bool can_activate_accel (uint signal_id)

Determines whether an accelerator that activates the signal identified by signal_id can currently be activated.

This signal is present to allow applications and derived widgets to override the default Widget handling for determining whether an accelerator can be activated.

Parameters:

signal_id

the ID of a signal installed on widget

Returns:

true if the signal can be activated.