Specify a fixed height for the tab items. If no height is specified,
the default height is the height of the text or the image, whichever
is greater. Specifying a height of -1 will revert to the default height.
@param height the pixel value of the height or -1
@exception SWTException <ul>
<li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
<li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
<li>ERROR_INVALID_ARGUMENT - if called with a height of less than 0</li>
</ul>
Specify a fixed height for the tab items. If no height is specified, the default height is the height of the text or the image, whichever is greater. Specifying a height of -1 will revert to the default height.
@param height the pixel value of the height or -1
@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> <li>ERROR_INVALID_ARGUMENT - if called with a height of less than 0</li> </ul>