Package: gtk

Function gtk-widget-can-activate-accel

Lambda List

gtk-widget-can-activate-accel (widget signal)

Arguments

widget -- a gtk-widget object
signal -- an unsigned integer with the ID or a string with the name of a signal installed on widget

Return Value

True 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

2021-9-16