API 0.9.5
AppKit/CPScrollView.h
Go to the documentation of this file.
00001 
00002 @interface CPScrollView : CPView
00003 {
00004     CPClipView      _contentView;
00005     CPClipView      _headerClipView;
00006     CPView          _cornerView;
00007     CPView          _bottomCornerView;
00008 
00009     id              _delegate;
00010     CPTimer         _scrollTimer;
00011 
00012     BOOL            _hasVerticalScroller;
00013     BOOL            _hasHorizontalScroller;
00014     BOOL            _autohidesScrollers;
00015 
00016     CPScroller      _verticalScroller;
00017     CPScroller      _horizontalScroller;
00018 
00019     CPInteger       _recursionCount;
00020     CPInteger       _implementedDelegateMethods;
00021 
00022     float           _verticalLineScroll;
00023     float           _verticalPageScroll;
00024     float           _horizontalLineScroll;
00025     float           _horizontalPageScroll;
00026 
00027     CPBorderType    _borderType;
00028 
00029     CPTimer         _timerScrollersHide;
00030 
00031     int             _scrollerStyle;
00032     int             _scrollerKnobStyle;
00033 }
00034 @end
 All Classes Files Functions Variables Defines