comparison dwt/widgets/Group.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
42 * Note: Only one of the above styles may be specified. 42 * Note: Only one of the above styles may be specified.
43 * </p><p> 43 * </p><p>
44 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 44 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
45 * </p> 45 * </p>
46 */ 46 */
47 public class Group extends Composite { 47 public class Group : Composite {
48 SWTView contentView; 48 SWTView contentView;
49 String text = ""; 49 String text = "";
50 50
51 /** 51 /**
52 * Constructs a new instance of this class given its parent 52 * Constructs a new instance of this class given its parent