SWT.NO_REDRAW_RESIZE

Style constant for no redraw on resize behavior (value is 1&lt;&lt;20). <p> This style stops the entire client area from being invalidated when the size of the Canvas changes. Specifically, when the size of the Canvas gets smaller, the SWT.Paint event is not sent. When it gets bigger, an SWT.Paint event is sent with a GC clipped to only the new areas to be painted. Without this style, the entire client area will be repainted.

<br>Note that this is a <em>HINT</em>. </p><p><b>Used By:</b><ul> <li><code>Composite</code></li> </ul></p>

class SWT
int NO_REDRAW_RESIZE;

Meta