Signal
GtkWidget::mnemonic-activate
Declaration
gboolean
mnemonic_activate (
GtkWidget* self,
gboolean group_cycling,
gpointer user_data
)
Description [src]
Emitted when a widget is activated via a mnemonic.
The default handler for this signal activates widget
if group_cycling
is false, or just makes widget
grab focus if group_cycling
is true.
Default handler: The default handler is called after the handlers added via |