comparison dwt/widgets/Monitor.d @ 213:36f5cb12e1a2

Update to SWT 3.4M7
author Frank Benoit <benoit@tionex.de>
date Sat, 17 May 2008 17:34:28 +0200
parents 39a9959ef14d
children fd9c62a2998e
comparison
equal deleted inserted replaced
212:ab60f3309436 213:36f5cb12e1a2
51 return false; 51 return false;
52 } 52 }
53 53
54 /** 54 /**
55 * Returns a rectangle describing the receiver's size and location 55 * Returns a rectangle describing the receiver's size and location
56 * relative to its device. 56 * relative to its device. Note that on multi-monitor systems the
57 * origin can be negative.
57 * 58 *
58 * @return the receiver's bounding rectangle 59 * @return the receiver's bounding rectangle
59 */ 60 */
60 public Rectangle getBounds () { 61 public Rectangle getBounds () {
61 return new Rectangle (x, y, width, height); 62 return new Rectangle (x, y, width, height);