]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIWebDocumentView.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / UIKit / UIWebDocumentView.h
index dcec98ef3cbc6d0599d256fa32464151dd1af9d6..a2fb98cd8f9db9880821ce7cc077e33ce72b4fdf 100644 (file)
 - (id)_doubleTapSpeedFromDefaults;
 - (void)_restoreViewportSettingsWithSize:(struct CGSize)fp8;
 - (id)initWithFrame:(struct CGRect)fp8;
 - (id)_doubleTapSpeedFromDefaults;
 - (void)_restoreViewportSettingsWithSize:(struct CGSize)fp8;
 - (id)initWithFrame:(struct CGRect)fp8;
+#if 1 // iPhoneOS 3.x
+- (void)enableReachability;
+#endif
 - (void)dealloc;
 - (void)release;
 - (void)stopLoading:(id)fp8;
 - (void)dealloc;
 - (void)release;
 - (void)stopLoading:(id)fp8;
 - (void)setUserStyleSheet:(id)fp8;
 - (void)setDetectsPhoneNumbers:(BOOL)fp8;
 - (BOOL)detectsPhoneNumbers;
 - (void)setUserStyleSheet:(id)fp8;
 - (void)setDetectsPhoneNumbers:(BOOL)fp8;
 - (BOOL)detectsPhoneNumbers;
+#if 1 // iPhoneOS 3.x
+- (void)setDataDetectorTypes:(unsigned int)fp8;
+- (unsigned int)dataDetectorTypes;
+#endif
 - (void)setRespectsBackgroundColorAlpha:(BOOL)fp8;
 - (BOOL)respectsBackgroundColorAlpha;
 - (void)setFrame:(struct CGRect)fp8;
 - (void)setRespectsBackgroundColorAlpha:(BOOL)fp8;
 - (BOOL)respectsBackgroundColorAlpha;
 - (void)setFrame:(struct CGRect)fp8;
 - (void)forwardInvocation:(id)fp8;
 - (id)methodSignatureForSelector:(SEL)fp8;
 - (void)takeTraitsFrom:(id)fp8;
 - (void)forwardInvocation:(id)fp8;
 - (id)methodSignatureForSelector:(SEL)fp8;
 - (void)takeTraitsFrom:(id)fp8;
+#if 1 // iPhoneOS 3.x
+- (void)useSelectionAssistantWithMode:(int)fp8;
+#endif
+
+#if 1 // iPhoneOS 3.2
+- (void)webView:(id)view didFailLoadWithError:(id)error forFrame:(id)frame;
+- (void)webViewDidLayout:(id)webView;
+- (void)webView:(id)view didFirstVisuallyNonEmptyLayoutInFrame:(id)frame;
+- (void)webView:(id)view attachRootLayer:(id)layer;
+- (void)webView:(id)view willAddPlugInView:(id)view2;
+- (void)webViewDidPreventDefaultForEvent:(id)webView;
+#endif
+
+#if 1 // UIWebBrowserView
+- (void)webView:(id)view willCloseFrame:(id)frame;
+- (void)webView:(id)view didFinishDocumentLoadForFrame:(id)frame;
+- (void)webView:(id)view didFirstLayoutInFrame:(id)frame;
+- (void)webViewFormEditedStatusHasChanged:(id)changed;
+- (void)webView:(id)view formStateDidFocusNode:(id)formState;
+- (void)webView:(id)view formStateDidBlurNode:(id)formState;
+#endif
 
 @end
 
 
 @end