comparison dwt/widgets/Sash.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
40 * </p><p> 40 * </p><p>
41 * IMPORTANT: This class is intended to be subclassed <em>only</em> 41 * IMPORTANT: This class is intended to be subclassed <em>only</em>
42 * within the DWT implementation. 42 * within the DWT implementation.
43 * </p> 43 * </p>
44 */ 44 */
45 public class Sash extends Control { 45 public class Sash : Control {
46 Cursor sizeCursor; 46 Cursor sizeCursor;
47 bool dragging; 47 bool dragging;
48 int lastX, lastY, startX, startY; 48 int lastX, lastY, startX, startY;
49 private final static int INCREMENT = 1; 49 private final static int INCREMENT = 1;
50 private final static int PAGE_INCREMENT = 9; 50 private final static int PAGE_INCREMENT = 9;