]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIWebDocumentView-Selecting.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIWebDocumentView-Selecting.h
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/UIWebDocumentView.h>
8
9 @interface UIWebDocumentView (Selecting)
10 - (BOOL)mouseEventsChangeSelection;
11 - (BOOL)shouldChangeSelectionForEvent:(struct __GSEvent *)fp8;
12 - (struct CGRect)visibleRectForSelecting;
13 - (struct CGPoint)constrainedPoint:(struct CGPoint)fp8;
14 - (void)startAutoscroll:(struct CGPoint)fp8;
15 - (void)cancelAutoscroll;
16 - (void)textLoupeTimerAction;
17 - (void)selectionMouseDown:(struct __GSEvent *)fp8;
18 - (void)selectionMouseDragged:(struct __GSEvent *)fp8;
19 - (void)selectionMouseUp:(struct __GSEvent *)fp8;
20 - (BOOL)textLoupeActive;
21 - (void)setTextLoupeActive:(BOOL)fp8;
22 - (void)createTextLoupeIfNeeded;
23 - (id)textLoupe;
24 - (void)updateTextLoupe:(struct CGPoint)fp8;
25 - (void)removeTextLoupe;
26 - (void)fadeTextLoupe;
27 - (BOOL)autocorrectPromptCapturedMouseDown:(struct __GSEvent *)fp8;
28 @end
29