comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/widgets/Tracker.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
comparison
equal deleted inserted replaced
35:634e4380db78 36:d46287db17ed
67 int oldX, oldY; 67 int oldX, oldY;
68 68
69 /* 69 /*
70 * The following values mirror step sizes on Windows 70 * The following values mirror step sizes on Windows
71 */ 71 */
72 final static int STEPSIZE_SMALL = 1; 72 const static int STEPSIZE_SMALL = 1;
73 final static int STEPSIZE_LARGE = 9; 73 const static int STEPSIZE_LARGE = 9;
74 74
75 /** 75 /**
76 * Constructs a new instance of this class given its parent 76 * Constructs a new instance of this class given its parent
77 * and a style value describing its behavior and appearance. 77 * and a style value describing its behavior and appearance.
78 * <p> 78 * <p>