Signal

GtkWidget::focus-in-event

Declaration

gboolean
focus_in_event (
  GtkWidget* self,
  GdkEventFocus event,
  gpointer user_data
)

Description [src]

The ::focus-in-event signal will be emitted when the keyboard focus enters the widgets 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 g_signal_connect().

Parameters

event

Type: GdkEventFocus

The GdkEventFocus which triggered this signal.

Return value

Type: gboolean

TRUE to stop other handlers from being invoked for the event. FALSE to propagate the event further.