22 module
com { module sun { module star { module awt {
27 published constants InvalidateStyle
Definition: Ambiguous.idl:20
const short NOTRANSPARENT
The parent window is not invalidated.
Definition: InvalidateStyle.idl:57
const short CHILDREN
The child windows are invalidated, too.
Definition: InvalidateStyle.idl:32
const short TRANSPARENT
The parent window is invalidated, too.
Definition: InvalidateStyle.idl:52
const short NOERASE
The invalidated area is painted with the background color/pattern.
Definition: InvalidateStyle.idl:42
const short UPDATE
The invalidated area is updated immediately.
Definition: InvalidateStyle.idl:47
const short NOCLIPCHILDREN
The area is invalidated regardless of overlapping child windows.
Definition: InvalidateStyle.idl:62
const short NOCHILDREN
The child windows are not invalidated.
Definition: InvalidateStyle.idl:37