comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/TableCursor.d @ 36:d46287db17ed

rakefile reorg, swt win phobosification
author Frank Benoit <benoit@tionex.de>
date Tue, 24 Mar 2009 08:48:41 +0100
parents 6dd524f61e62
children 8ae65ae167f5
comparison
equal deleted inserted replaced
35:634e4380db78 36:d46287db17ed
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>