comparison dwt/widgets/TableColumn.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 * Note: Only one of the styles LEFT, RIGHT and CENTER may be specified. 36 * Note: Only one of the styles LEFT, RIGHT and CENTER may be specified.
37 * </p><p> 37 * </p><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 TableColumn extends Item { 41 public class TableColumn : Item {
42 Table parent; 42 Table parent;
43 NSTableColumn nsColumn; 43 NSTableColumn nsColumn;
44 String toolTipText; 44 String toolTipText;
45 45
46 /** 46 /**