Package: gtk
Function gtk:widget-can-activate-accel
Lambda Listgtk:widget-can-activate-accel (widget signal) ArgumentsReturn ValueTrue if the accelerator can be activated. Details
Determines whether an accelerator that activates the signal identified by signal can currently be activated. This is done by emitting the "can-activate-accel" signal on
the widget. If the signal is not overridden by a handler or in a derived
widget, then the default check is that the widget must be sensitive, and the
widget and all its ancestors mapped. | See also |
#2025-07-07