In other words, it returns a rectangle such that, if the receiver's bounds were set to that rectangle, the area of the receiver which is capable of displaying data (that is, not covered by the "trimmings") would be the rectangle described by the arguments (relative to the receiver's parent).
@param x the desired x coordinate of the client area @param y the desired y coordinate of the client area @param width the desired width of the client area @param height the desired height of the client area @return the required bounds to produce the given client area @exception SWTException
|
|
|
|