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.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.