Style bit for <code>new GridData(int)</code> to resize the
control to fill the cell horizontally and to fit the remaining
horizontal space.
FILL_HORIZONTAL = HORIZONTAL_ALIGN_FILL | GRAB_HORIZONTAL
Not recommended. Use
<code>new GridData(SWT.FILL, int, true, bool)</code>
instead.
Style bit for <code>new GridData(int)</code> to resize the control to fill the cell horizontally and to fit the remaining horizontal space. FILL_HORIZONTAL = HORIZONTAL_ALIGN_FILL | GRAB_HORIZONTAL Not recommended. Use <code>new GridData(SWT.FILL, int, true, bool)</code> instead.