Method
Gtk.Widget.queue_draw
Declaration [src]
void
gtk_widget_queue_draw (
GtkWidget* widget
)
Description [src]
Schedules this widget to be redrawn in paint phase of the current or the next frame.
This means widget
‘s GtkWidgetClass.snapshot()
implementation will be called.