comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/TableTree.d @ 43:b98647bc0aef

swt win compiles for d2+phobos
author Frank Benoit <benoit@tionex.de>
date Wed, 25 Mar 2009 17:08:05 +0100
parents d46287db17ed
children
comparison
equal deleted inserted replaced
42:63aa48e5430f 43:b98647bc0aef
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 const TableTreeItem[] EMPTY_ITEMS; 86 static /+const+/ TableTreeItem[] EMPTY_ITEMS;
87 static const String[] EMPTY_TEXTS; 87 static /+const+/ String[] EMPTY_TEXTS;
88 static const Image[] EMPTY_IMAGES; 88 static /+const+/ Image[] EMPTY_IMAGES;
89 static const 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>