comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/TableTree.d @ 49:7a2dd761a8b2

more work until dmd 2.026 linux segfaults.
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 12:59:54 +0100
parents f713da8bc051
children c01d033c633a
comparison
equal deleted inserted replaced
48:ddbfe84d86df 49:7a2dd761a8b2
81 * one TableTreeItem (e.g. when removing an entry from the TableTree) and 81 * one TableTreeItem (e.g. when removing an entry from the TableTree) and
82 * disposing the entire TableTree. 82 * disposing the entire TableTree.
83 */ 83 */
84 bool inDispose = false; 84 bool inDispose = false;
85 85
86 static final TableTreeItem[] EMPTY_ITEMS; 86 static const TableTreeItem[] EMPTY_ITEMS;
87 static final String[] EMPTY_TEXTS; 87 static const String[] EMPTY_TEXTS;
88 static final Image[] EMPTY_IMAGES; 88 static const Image[] EMPTY_IMAGES;
89 static final String ITEMID = "TableTreeItemID"; //$NON-NLS-1$ 89 static const String ITEMID = "TableTreeItemID"; //$NON-NLS-1$
90 90
91 /** 91 /**
92 * Constructs a new instance of this class given its parent 92 * Constructs a new instance of this class given its parent
93 * and a style value describing its behavior and appearance. 93 * and a style value describing its behavior and appearance.
94 * <p> 94 * <p>