queue_draw
Description:
public void queue_draw ()
Schedules this widget to be redrawn in paint phase of the current or the next frame.
This means this's GtkWidgetClass.snapshot() implementation will be called.
Parameters:
this |
a Widget |