]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Stupid typo of doomish hell.
[cydia.git] / UICaboodle / BrowserView.h
index 09680e35579ef80a986b727f2bc9df32b9fd37f2..cbb407f7efe2a355213b78f7f31c90d53eec53d0 100644 (file)
@@ -57,6 +57,9 @@
     WebScriptObject *function_;
 
     bool pushed_;
+
+    float width_;
+    bool popup_;
 }
 
 - (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button;
 - (UIWebDocumentView *) documentView;
 
 - (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;
 
++ (float) defaultWidth;
+
 @end