SWT.CLIP_CHILDREN

Style constant indicating that the window manager should clip a widget's children with respect to its viewable area. (value is 1&lt;&lt;12). <br>Note that this is a <em>HINT</em>. <p><b>Used By:</b><ul> <li><code>Control</code> and subclasses</li> </ul></p>

class SWT
int CLIP_CHILDREN;

Meta