API  1.0.0
CPSlider.h
Go to the documentation of this file.
1 
2 @interface CPSlider : CPControl
3 {
4  double _minValue;
5  double _maxValue;
6  double _altIncrementValue;
7 
8  BOOL _isVertical;
9 
10  CGSize _dragOffset;
11 }
12 @end