X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/b456f1c9954b8e0815dc8863983c2a98f8e37498..7afcea1c7f36f0c4ee9c4d4b53618df39073d851:/UICaboodle/BrowserView.h?ds=sidebyside diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index a3e1830b..93b94207 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -36,7 +36,9 @@ @class IndirectDelegate; @class CydiaObject; -@interface BrowserView : RVPage { +@interface BrowserView : RVPage < + RVBookHook +> { UIScroller *scroller_; UIWebDocumentView *webview_; UIProgressIndicator *indicator_; @@ -55,11 +57,15 @@ NSString *button_; NSString *style_; WebScriptObject *function_; + WebScriptObject *closer_; bool pushed_; float width_; bool popup_; + + CGSize size_; + bool editing_; } - (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button; @@ -69,6 +75,7 @@ - (void) loadRequest:(NSURLRequest *)request; - (void) reloadURL; +- (bool) isLoading; - (WebView *) webView; - (UIWebDocumentView *) documentView; @@ -80,6 +87,7 @@ - (void) webView:(WebView *)sender didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame; + (float) defaultWidth; +- (void) setViewportWidth:(float)width; - (id) _rightButtonTitle;