Signal

GtkWidget::damage-event

since: 2.14

Declaration

gboolean
damage_event (
  GtkWidget* self,
  GdkEventExpose event,
  gpointer user_data
)

Description [src]

Emitted when a redirected window belonging to widget gets drawn into. The region/area members of the event shows what area of the redirected drawable was drawn into.

Default handler:

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

Available since: 2.14

Parameters

event

Type: GdkEventExpose

The GdkEventExpose event.

Return value

Type: gboolean

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