Last updated: Sun, 12 May 2013 view this page in English
GtkWindow::activate_key
bool activate_key(event);
Activates mnemonics and accelerators for this GtkWindow.
This is normally called by the default key_press_event
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.
Returns true if a mnemonic or accelerator
was found and activated.
User Contributed Notes gtk.gtkwindow.method.activate_key.php
There are no user contributed notes for this page.