comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/TableCursor.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 b397a43d66d1
comparison
equal deleted inserted replaced
48:ddbfe84d86df 49:7a2dd761a8b2
165 165
166 Color background = null; 166 Color background = null;
167 Color foreground = null; 167 Color foreground = null;
168 168
169 // By default, invert the list selection colors 169 // By default, invert the list selection colors
170 static final int BACKGROUND = SWT.COLOR_LIST_SELECTION_TEXT; 170 static const int BACKGROUND = SWT.COLOR_LIST_SELECTION_TEXT;
171 static final int FOREGROUND = SWT.COLOR_LIST_SELECTION; 171 static const int FOREGROUND = SWT.COLOR_LIST_SELECTION;
172 172
173 /** 173 /**
174 * Constructs a new instance of this class given its parent 174 * Constructs a new instance of this class given its parent
175 * table and a style value describing its behavior and appearance. 175 * table and a style value describing its behavior and appearance.
176 * <p> 176 * <p>