Signal

GtkWidget::enter-notify-event

Declaration

gboolean
enter_notify_event (
  GtkWidget* self,
  GdkEventCrossing event,
  gpointer user_data
)

Description [src]

The ::enter-notify-event will be emitted when the pointer enters the widgets window.

To receive this signal, the GdkWindow associated to the widget needs to enable the #GDK_ENTER_NOTIFY_MASK mask.

This signal will be sent to the grab widget if there is one.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

event

Type: GdkEventCrossing

The GdkEventCrossing 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.