API 0.9.5
AppKit/CPScroller.h
Go to the documentation of this file.
00001 
00002 @interface CPScroller : CPControl
00003 {
00004     CPControlSize           _controlSize;
00005     CPUsableScrollerParts   _usableParts;
00006     CPArray                 _partRects;
00007 
00008     BOOL                    _isVertical // @accessors(readonly, getter=isVertical);
00009     float                   _knobProportion;
00010 
00011     CPScrollerPart          _hitPart;
00012 
00013     CPScrollerPart          _trackingPart;
00014     float                   _trackingFloatValue;
00015     CGPoint                 _trackingStartPoint;
00016 
00017     CPViewAnimation         _animationScroller;
00018 
00019     BOOL                    _allowFadingOut // @accessors(getter=allowFadingOut);
00020     int                     _style;
00021     CPTimer                 _timerFadeOut;
00022     BOOL                    _isMouseOver;
00023 }
00024 @end
 All Classes Files Functions Variables Defines