diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2013-12-23 15:02:25 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2013-12-23 15:02:25 -0800 |
commit | 5738f070516b40d0ae4e0ebb570ec86449b4ad60 (patch) | |
tree | cd33940259464da363116ce3d5f7460f0656775b /CyteKit/WebViewController.h | |
parent | 024cdbbf598b87c39598cbe17e9a0c04a0e09974 (diff) |
Carry bgcolor over to the next WebViewController.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index cb1bf61..c8d9d51 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -71,6 +71,7 @@ float width_; Class class_; + _H<UIColor> color_; _H<UIBarButtonItem> reloaditem_; _H<UIBarButtonItem> loadingitem_; @@ -102,6 +103,8 @@ - (id) initWithWidth:(float)width; - (id) initWithWidth:(float)width ofClass:(Class)_class; +- (void) setColor:(UIColor *)color; + - (void) callFunction:(WebScriptObject *)function; - (void) webView:(WebView *)view didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame; |