API 0.9.5
AppKit/CPSlider.h
Go to the documentation of this file.
00001 
00002 @interface CPSlider : CPControl
00003 {
00004     double          _minValue;
00005     double          _maxValue;
00006     double          _altIncrementValue;
00007 
00008     BOOL            _isVertical;
00009 }
00010 @end
 All Classes Files Functions Variables Defines