comparison dwt/widgets/Slider.d @ 123:63a09873578e

Fixed compile errors
author Jacob Carlborg <doob@me.com>
date Thu, 15 Jan 2009 23:08:54 +0100
parents c7f7f4d7091a
children
comparison
equal deleted inserted replaced
122:2e671fa40eec 123:63a09873578e
13 *******************************************************************************/ 13 *******************************************************************************/
14 module dwt.widgets.Slider; 14 module dwt.widgets.Slider;
15 15
16 import dwt.dwthelper.utils; 16 import dwt.dwthelper.utils;
17 17
18 18
19 import dwt.DWT; 19 import dwt.DWT;
20 import dwt.DWTException; 20 import dwt.DWTException;
21 import dwt.events.SelectionEvent; 21 import dwt.events.SelectionEvent;
22 import dwt.events.SelectionListener; 22 import dwt.events.SelectionListener;
23 import dwt.graphics.Point; 23 import dwt.graphics.Point;
86 public class Slider : Control { 86 public class Slider : Control {
87 bool dragging; 87 bool dragging;
88 int minimum, maximum, thumb; 88 int minimum, maximum, thumb;
89 int increment = 1; 89 int increment = 1;
90 int pageIncrement = 10; 90 int pageIncrement = 10;
91 91
92 /** 92 /**
93 * Constructs a new instance of this class given its parent 93 * Constructs a new instance of this class given its parent
94 * and a style value describing its behavior and appearance. 94 * and a style value describing its behavior and appearance.
95 * <p> 95 * <p>
96 * The style value is either one of the style constants defined in 96 * The style value is either one of the style constants defined in