Package: gtk

Function gtk:window-activate-key

Lambda List

gtk:window-activate-key (window event)

Arguments

window -- a gtk:window widget
event -- a gdk:event-key event

Return Value

True if a mnemonic or accelerator was found and activated.

Details

Activates mnemonics and accelerators for the window. This is normally called by the default "key-press-event" signal handler for toplevel windows, however in some cases it may be useful to call this directly when overriding the standard key handling for a toplevel window.
 

See also

#2024-03-16