comparison dwt/widgets/Item.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
27 * <dt><b>Events:</b></dt> 27 * <dt><b>Events:</b></dt>
28 * <dd>(none)</dd> 28 * <dd>(none)</dd>
29 * </dl> 29 * </dl>
30 */ 30 */
31 31
32 public abstract class Item extends Widget { 32 public abstract class Item : Widget {
33 String text; 33 String text;
34 Image image; 34 Image image;
35 35
36 /** 36 /**
37 * Constructs a new instance of this class given its parent 37 * Constructs a new instance of this class given its parent