comparison dwt/widgets/CoolItem.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
38 * </dl> 38 * </dl>
39 * <p> 39 * <p>
40 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 40 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
41 * </p> 41 * </p>
42 */ 42 */
43 public class CoolItem extends Item { 43 public class CoolItem : Item {
44 Control control; 44 Control control;
45 CoolBar parent; 45 CoolBar parent;
46 bool ideal; 46 bool ideal;
47 int preferredWidth, preferredHeight, minimumWidth, minimumHeight, requestedWidth; 47 int preferredWidth, preferredHeight, minimumWidth, minimumHeight, requestedWidth;
48 Rectangle itemBounds = new Rectangle(0, 0, 0, 0); 48 Rectangle itemBounds = new Rectangle(0, 0, 0, 0);