Signal

GdkFrameClock::paint

Declaration

void
paint (
  GdkFrameClock* self,
  gpointer user_data
)

Description [src]

This signal is emitted as the third step of toolkit and application processing of the frame. The frame is repainted. GDK normally handles this internally and produces expose events, which are turned into GTK+ GtkWidget::draw signals.

Default handler:

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