comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/ViewForm.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 536e43f63c81
comparison
equal deleted inserted replaced
35:634e4380db78 36:d46287db17ed
130 int highlight = 0; 130 int highlight = 0;
131 Point oldSize; 131 Point oldSize;
132 132
133 Color selectionBackground; 133 Color selectionBackground;
134 134
135 static final int OFFSCREEN = -200; 135 static const int OFFSCREEN = -200;
136 static final int BORDER1_COLOR = SWT.COLOR_WIDGET_NORMAL_SHADOW; 136 static const int BORDER1_COLOR = SWT.COLOR_WIDGET_NORMAL_SHADOW;
137 static final int SELECTION_BACKGROUND = SWT.COLOR_LIST_BACKGROUND; 137 static const int SELECTION_BACKGROUND = SWT.COLOR_LIST_BACKGROUND;
138 138
139 139
140 static this(){ 140 static this(){
141 borderInsideRGB = new RGB (132, 130, 132); 141 borderInsideRGB = new RGB (132, 130, 132);
142 borderMiddleRGB = new RGB (143, 141, 138); 142 borderMiddleRGB = new RGB (143, 141, 138);