Signal
GtkWidget::focus-in-event
Description [src]
The ::focus-in-event signal will be emitted when the keyboard focus
enters the widget‘s window.
To receive this signal, the GdkWindow associated to the widget needs
to enable the #GDK_FOCUS_CHANGE_MASK mask.
| Default handler: The default handler is called after the handlers added via |
Parameters
event-
Type:
GdkEventFocusThe
GdkEventFocuswhich triggered this signal.