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