SWT.TRANSPARENT

Style constant for transparent behavior (value is 1&lt;&lt;30). <p> By default, before a widget paints, the client area is filled with the current background. When this style is specified, the background is not filled and widgets that are obscured will draw through. </p><p><b>Used By:</b><ul> <li><code>Composite</code></li> </ul></p>

@since 3.4

WARNING: THIS API IS UNDER CONSTRUCTION AND SHOULD NOT BE USED

class SWT
int TRANSPARENT;

Meta