diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-01-26 10:31:46 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:09:40 +0000 |
commit | 3e9c9e85a99a501aa15c04f48262bc159d3197af (patch) | |
tree | dc5b96f3bc22c10ebbbe482ebf36a7f6bf68ebc3 /UICaboodle/BrowserView.h | |
parent | e8389e3e47bf2b9bfb5441e57c749a8673bcf6db (diff) |
Polished browser and finished repotagging.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 09680e3..cbb407f 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -57,6 +57,9 @@ WebScriptObject *function_; bool pushed_; + + float width_; + bool popup_; } - (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button; @@ -71,8 +74,11 @@ - (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 |