comparison dwt/widgets/TabFolder.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
51 * Note: Only one of the styles TOP and BOTTOM may be specified. 51 * Note: Only one of the styles TOP and BOTTOM may be specified.
52 * </p><p> 52 * </p><p>
53 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 53 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
54 * </p> 54 * </p>
55 */ 55 */
56 public class TabFolder extends Composite { 56 public class TabFolder : Composite {
57 TabItem [] items; 57 TabItem [] items;
58 int itemCount; 58 int itemCount;
59 59
60 /** 60 /**
61 * Constructs a new instance of this class given its parent 61 * Constructs a new instance of this class given its parent