Method

GtkWidgetqueue_draw

Declaration [src]

void
gtk_widget_queue_draw (
  GtkWidget* widget
)

Description [src]

Schedules this widget to be redrawn in the paint phase of the current or the next frame.

This means widgets Gtk.WidgetClass.snapshot implementation will be called.