comparison dwt/widgets/TabItem.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
36 * </dl> 36 * </dl>
37 * <p> 37 * <p>
38 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 38 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
39 * </p> 39 * </p>
40 */ 40 */
41 public class TabItem extends Item { 41 public class TabItem : Item {
42 TabFolder parent; 42 TabFolder parent;
43 Control control; 43 Control control;
44 String toolTipText; 44 String toolTipText;
45 NSTabViewItem nsItem; 45 NSTabViewItem nsItem;
46 46