comparison dwt/widgets/TableItem.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
39 * </dl> 39 * </dl>
40 * <p> 40 * <p>
41 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 41 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
42 * </p> 42 * </p>
43 */ 43 */
44 public class TableItem extends Item { 44 public class TableItem : Item {
45 Table parent; 45 Table parent;
46 String [] strings; 46 String [] strings;
47 Image [] images; 47 Image [] images;
48 bool checked, grayed, cached; 48 bool checked, grayed, cached;
49 Color foreground, background; 49 Color foreground, background;