19 #ifndef __com_sun_star_awt_InvalidateStyle_idl__
20 #define __com_sun_star_awt_InvalidateStyle_idl__
24 module com { module sun { module star { module awt {
29 published constants InvalidateStyle
const short UPDATE
Some of the table data has changed.
Definition: AccessibleTableModelChangeType.idl:67
const short NOTRANSPARENT
The parent window is not invalidated.
Definition: InvalidateStyle.idl:59
const short CHILDREN
The child windows are invalidated, too.
Definition: InvalidateStyle.idl:34
const short TRANSPARENT
The parent window is invalidated, too.
Definition: InvalidateStyle.idl:54
const short NOERASE
The invalidated area is painted with the background color/pattern.
Definition: InvalidateStyle.idl:44
const short NOCLIPCHILDREN
The area is invalidated regardless of overlapping child windows.
Definition: InvalidateStyle.idl:64
const short NOCHILDREN
The child windows are not invalidated.
Definition: InvalidateStyle.idl:39