Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

constants group InvalidateStyle


Description
specifies how to invalidate windows.


Constants

const short CHILDREN = = 1;
Description
The child windows are invalidated too.
const short NOCHILDREN = = 2;
Description
The child windows are not invalidated.
const short NOERASE = = 4;
Description
The invalidated area is painted with the background color/pattern.
const short UPDATE = = 8;
Description
The invalidated area is updated immediately.
const short TRANSPARENT = = 16;
const short NOTRANSPARENT = = 32;
const short NOCLIPCHILDREN = = 16384;
Description
The area is invalidated regardless of ovrlapping child windows.
Top of Page