comparison dwt/widgets/ExpandItem.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
35 * 35 *
36 * @see ExpandBar 36 * @see ExpandBar
37 * 37 *
38 * @since 3.2 38 * @since 3.2
39 */ 39 */
40 public class ExpandItem extends Item { 40 public class ExpandItem : Item {
41 ExpandBar parent; 41 ExpandBar parent;
42 Control control; 42 Control control;
43 bool expanded; 43 bool expanded;
44 int x, y, width, height; 44 int x, y, width, height;
45 int imageHeight, imageWidth; 45 int imageHeight, imageWidth;