queue_draw
Description:
public void queue_draw ()
Schedules this widget to be redrawn.
The redraw will happen in the paint phase of the current or the next frame.
This means this's [vfunc@Gtk.Widget.snapshot] implementation will be called.
Parameters:
this |
a widget |