]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
I hate subtle issues.
[cydia.git] / UICaboodle / BrowserView.h
index a3e1830bf86fedb1932a1fece3bb3d4097f34478..93b94207f0fd1dc7ccc0e48ac98195b3731f1878 100644 (file)
@@ -36,7 +36,9 @@
 @class IndirectDelegate;
 @class CydiaObject;
 
 @class IndirectDelegate;
 @class CydiaObject;
 
-@interface BrowserView : RVPage {
+@interface BrowserView : RVPage <
+    RVBookHook
+> {
     UIScroller *scroller_;
     UIWebDocumentView *webview_;
     UIProgressIndicator *indicator_;
     UIScroller *scroller_;
     UIWebDocumentView *webview_;
     UIProgressIndicator *indicator_;
     NSString *button_;
     NSString *style_;
     WebScriptObject *function_;
     NSString *button_;
     NSString *style_;
     WebScriptObject *function_;
+    WebScriptObject *closer_;
 
     bool pushed_;
 
     float width_;
     bool popup_;
 
     bool pushed_;
 
     float width_;
     bool popup_;
+
+    CGSize size_;
+    bool editing_;
 }
 
 - (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button;
 }
 
 - (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button;
@@ -69,6 +75,7 @@
 
 - (void) loadRequest:(NSURLRequest *)request;
 - (void) reloadURL;
 
 - (void) loadRequest:(NSURLRequest *)request;
 - (void) reloadURL;
+- (bool) isLoading;
 
 - (WebView *) webView;
 - (UIWebDocumentView *) documentView;
 
 - (WebView *) webView;
 - (UIWebDocumentView *) documentView;
@@ -80,6 +87,7 @@
 - (void) webView:(WebView *)sender didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame;
 
 + (float) defaultWidth;
 - (void) webView:(WebView *)sender didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame;
 
 + (float) defaultWidth;
+- (void) setViewportWidth:(float)width;
 
 - (id) _rightButtonTitle;
 
 
 - (id) _rightButtonTitle;