Sets the receiver's minimum size to the size specified by the arguments.
If the new minimum size is larger than the current size of the receiver,
the receiver is resized to the new minimum size.
@param width the new minimum width for the receiver
@param height the new minimum height for the receiver
@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>
</ul>
Sets the receiver's minimum size to the size specified by the arguments. If the new minimum size is larger than the current size of the receiver, the receiver is resized to the new minimum size.
@param width the new minimum width for the receiver @param height the new minimum height for the receiver
@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> </ul>
@since 3.1