]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UIScroller.h> | |
8 | ||
9 | @interface UIScroller (Static) | |
10 | - (void)_hideScrollIndicators; | |
11 | - (void)_notifyDidScroll; | |
12 | - (BOOL)_passControlEvents; | |
13 | - (void)_controlMouseDown:(struct __GSEvent *)fp8; | |
14 | - (void)_controlMouseUp:(struct __GSEvent *)fp8; | |
15 | - (void)_controlMouseDragged:(struct __GSEvent *)fp8; | |
16 | - (void)_smoothScroll:(double)fp8; | |
17 | - (BOOL)_continueScrollingAtOffset:(struct CGPoint)fp8; | |
18 | - (void)_runLoopModePopped:(id)fp8; | |
19 | - (void)_startTimer:(BOOL)fp8; | |
20 | - (void)_adjustEndOffset; | |
21 | - (BOOL)_dragging; | |
22 | - (void)_doContentHighlight; | |
23 | - (void)_adjustScrollerIndicators:(BOOL)fp8 alwaysShowingThem:(BOOL)fp12; | |
24 | - (void)_disableScrollingIfEntirelyVisible; | |
25 | @end | |
26 |