summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2009-02-25 11:27:21 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:09:49 +0000
commiteb35c52260382b93a766a0fc797ae9be12caeb5b (patch)
treec76b130fbbd3d2e9a64ff17461cb0dff016a4357 /UICaboodle/BrowserView.h
parentbd0a4099eec1afbfaefa65545259b7096daf8bfd (diff)
Implemented form editing and custom viewport sizes.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r--UICaboodle/BrowserView.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h
index a3e1830..2cb91da 100644
--- a/UICaboodle/BrowserView.h
+++ b/UICaboodle/BrowserView.h
@@ -60,6 +60,9 @@
float width_;
bool popup_;
+
+ CGSize size_;
+ bool editing_;
}
- (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button;
@@ -80,6 +83,7 @@
- (void) webView:(WebView *)sender didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame;
+ (float) defaultWidth;
+- (void) setViewportWidth:(float)width;
- (id) _rightButtonTitle;