X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/46d3a5cfc2959b65fef514faa666d735b91afbc6..c333b2ada42cf318abbbead318b8b86add98cb6d:/UICaboodle/BrowserView.h?ds=inline diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 32ef3b4a..03355c2d 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -71,7 +71,7 @@ NSURLAuthenticationChallenge *challenge_; bool error_; - NSURLRequest *request_; + _H request_; _transient NSNumber *sensitive_; @@ -90,6 +90,10 @@ UIBarButtonItem *reloaditem_; UIBarButtonItem *loadingitem_; + + bool visible_; + bool hidesNavigationBar_; + bool allowsNavigationAction_; } + (void) _initialize; @@ -120,6 +124,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;