]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIWebDocumentView-Forms.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIWebDocumentView-Forms.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 (Forms)
10 - (void)_updateFormElementBoundaries;
11 - (void)setAllowsUnapprovedFocus:(BOOL)fp8;
12 - (BOOL)allowsUnapprovedFocus;
13 - (void)setFormEditingDelegate:(id)fp8;
14 - (id)formEditingDelegate;
15 - (BOOL)zoomsFocusedFormControl;
16 - (void)setZoomsFocusedFormControl:(BOOL)fp8;
17 - (BOOL)isFormEdited;
18 - (BOOL)webView:(id)fp8 shouldChangeSelectedDOMRange:(id)fp12 toDOMRange:(id)fp16 affinity:(int)fp20 stillSelecting:(BOOL)fp24;
19 - (struct CGPoint)constrainScrollOffset:(struct CGPoint)fp8 toDeviceRect:(struct CGRect)fp16 factor:(float)fp32;
20 - (void)scrollCaretToVisible:(id)fp8;
21 @end
22