![]() |
API 0.9.5
|
00001 00002 @interface CPStepper: CPControl 00003 { 00004 BOOL _valueWraps // @accessors(property=valueWraps); 00005 int _increment // @accessors(property=increment); 00006 int _maxValue // @accessors(property=maxValue); 00007 int _minValue // @accessors(property=minValue); 00008 00009 CPButton _buttonDown; 00010 CPButton _buttonUp; 00011 } 00012 @end