Window.update

機能/意味
Force window contents to be drawn
タイプ
Windowクラスのメソッド
構文
update(type=tutNormal)
引数
type  Specifies the type of window drawing.
 When tutNormal is specified, normal drawing (difference drawing) is specified, and when tutEntire is specified, the entire window content is drawn.
戻り値
なし (void)
説明
 Arguments are ignored in the current version.
 tutNormal and tutEntire are not implemented.