request_update


Description:

public void request_update ()

This function is only intended to be used by subclasses of Canvas or CanvasItem implementations.

It schedules an update of the Canvas. This will be performed in the idle loop, after all pending events have been handled, but before the canvas has been repainted.

Parameters:

this

a Canvas.