SWT.INHERIT_DEFAULT

The <code>Composite</code> constant to indicate that an attribute (such as background) is inherited by children who choose this value as their "default" (value is 1). For example, a label child will typically choose to inherit the background color of a composite while a list or table will not.

@since 3.2

class SWT
int INHERIT_DEFAULT;

Meta