[ 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.
signal_id |
the ID of a signal installed on |
true if the signal can be activated. |