Signal

GtkWidget::event-after

Declaration

void
event_after (
  GtkWidget* self,
  GdkEvent* event,
  gpointer user_data
)

Description [src]

After the emission of the GtkWidget::event signal and (optionally) the second more specific signal, ::event-after will be emitted regardless of the previous two signals handlers return values.

Default handler:

Parameters

event

Type: GdkEvent

The GdkEvent which triggered this signal.

The data is owned by the caller of the function.