Window.update

Function/Meaning

[Windows *] Forced drawing of window contents

Type
Windowclassmethod of
Syntax
update(type=tutNormal)
Arguments
type

Specifies the type of window drawing.

  • When tutNormal is specified, normal drawing (difference drawing),
  • If tutEntire is specified, the entire window contents will be drawn.
Return value
None (void)
Explanation

The argument is ignored in the current version.
tutNormal and tutEntire are not implemented.