Package: gtk

Function gtk-widget-mnemonic-activate

Lambda List

gtk-widget-mnemonic-activate (widget cycling)

Arguments

widget -- a gtk-widget object
cycling -- true if there are other widgets with the same mnemonic

Return Value

True if the signal has been handled.

Details

Emits the "mnemonic-activate" signal. The default handler for this signal activates the widget if cycling is false, and just grabs the focus if cycling is true.
 

See also

2021-9-19