Shell.setMinimumSize

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

  1. void setMinimumSize(int width, int height)
    class Shell
    void
    setMinimumSize
    (
    int width
    ,
    int height
    )
  2. void setMinimumSize(Point size)

Meta