]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Stupid typo of doomish hell.
[cydia.git] / UICaboodle / BrowserView.h
index a37d326b931bee04fab0d079d8e6e623f8cd6e26..cbb407f7efe2a355213b78f7f31c90d53eec53d0 100644 (file)
 
 @class Database;
 @class IndirectDelegate;
 
 @class Database;
 @class IndirectDelegate;
+@class CydiaObject;
 
 @interface BrowserView : RVPage {
     UIScroller *scroller_;
     UIWebDocumentView *webview_;
     UIProgressIndicator *indicator_;
     IndirectDelegate *indirect_;
 
 @interface BrowserView : RVPage {
     UIScroller *scroller_;
     UIWebDocumentView *webview_;
     UIProgressIndicator *indicator_;
     IndirectDelegate *indirect_;
+    CydiaObject *cydia_;
     NSURLAuthenticationChallenge *challenge_;
 
     bool error_;
     NSURLAuthenticationChallenge *challenge_;
 
     bool error_;
@@ -55,6 +57,9 @@
     WebScriptObject *function_;
 
     bool pushed_;
     WebScriptObject *function_;
 
     bool pushed_;
+
+    float width_;
+    bool popup_;
 }
 
 - (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button;
 }
 
 - (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button;
 - (void) reloadURL;
 
 - (WebView *) webView;
 - (void) reloadURL;
 
 - (WebView *) webView;
+- (UIWebDocumentView *) documentView;
 
 - (id) initWithBook:(RVBook *)book;
 
 - (id) initWithBook:(RVBook *)book;
+- (id) initWithBook:(RVBook *)book forWidth:(float)width;
 
 - (void) webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame;
 - (void) webView:(WebView *)sender didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame;
 
 
 - (void) webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame;
 - (void) webView:(WebView *)sender didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame;
 
++ (float) defaultWidth;
+
 @end
 @end