diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-23 20:30:11 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:13 -0800 |
commit | 5cdfcd6ff1223d3200b8f8a051b07f137e353604 (patch) | |
tree | c89dc338739d2c28d2f771b1a5ed558ca559c56d /UICaboodle/BrowserView.h | |
parent | 3c62d6548fe3f893f4e90bce73b2463cef8faccd (diff) |
Export cydia.setHidesNavigationBar() to JavaScript.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 32ef3b4..f44e6ba 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -90,6 +90,9 @@ UIBarButtonItem *reloaditem_; UIBarButtonItem *loadingitem_; + + bool visible_; + bool hidesNavigationBar_; } + (void) _initialize; @@ -120,6 +123,7 @@ - (void) setButtonImage:(NSString *)button withStyle:(NSString *)style toFunction:(id)function; - (void) setButtonTitle:(NSString *)button withStyle:(NSString *)style toFunction:(id)function; - (void) setPopupHook:(id)function; +- (void) setHidesNavigationBar:(bool)value; - (void) alertView:(UIAlertView *)alert clickedButtonAtIndex:(NSInteger)button; - (void) customButtonClicked; |