X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/635c55b402a982da61aff1349226de922807800d..673ad3c3d271905a65578b732ec72262cf721cbd:/iPhonePrivate.h diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 5d65970b..ce4fa130 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -116,6 +116,11 @@ typedef enum { - (void) useSelectionAssistantWithMode:(NSInteger)mode; - (WebView *) webView; @end + +@interface UIWebViewWebViewDelegate : NSObject { + @public UIWebView *uiWebView; +} +@end // }}} // @interface *Button : * {{{ @interface UINavigationButton : UIButton @@ -199,6 +204,10 @@ typedef enum { - (UIView *) view; @end +@interface UIColor (Apple) ++ (UIColor *) pinStripeColor; +@end + @interface UIControl (Apple) - (void) addTarget:(id)target action:(SEL)action forEvents:(NSInteger)events; @end @@ -232,6 +241,7 @@ typedef enum { @interface UITableViewCell (Apple) - (float) selectionPercent; +- (void) _updateHighlightColorsForView:(id)view highlighted:(BOOL)highlighted; @end @interface UITextField (Apple) @@ -272,6 +282,7 @@ typedef enum { - (UIWebDocumentView *) _documentView; - (UIScrollView *) _scrollView; - (UIScroller *) _scroller; +- (void) _updateViewSettings; //- (WebView *) webView:(WebView *)view createWebViewWithRequest:(NSURLRequest *)request; - (void) webView:(WebView *)view decidePolicyForNavigationAction:(NSDictionary *)action request:(NSURLRequest *)request frame:(WebFrame *)frame decisionListener:(id)listener; - (void) webView:(WebView *)view decidePolicyForNewWindowAction:(NSDictionary *)action request:(NSURLRequest *)request newFrameName:(NSString *)name decisionListener:(id)listener;