DrawingArea.Draw
(gb.qt)
Syntax
EVENT Draw ( )
Raised when something must be redrawn.
A Draw.Begin on the drawing area is
automatically called before raising the event, and the drawing is clipped to the
area to be redrawn.
Draw.End will be automatically called after the event.