Window.update

Function/Meaning
Force drawing of window content
Type
Method of the Window class
Syntax
update(type=tutNormal)
Arguments
type Specifies the type of window drawing.
Specifying tutNormal performs normal drawing (differential drawing), and specifying tutEntire draws the entire window content.
Return Value
None (void)
Description
The argument is ignored in the current version.
tutNormal and tutEntire are not implemented.