+- (NSURLRequest *) webView:(WebView *)sender resource:(id)identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)source;
+
++ (float) defaultWidth;
+- (void) setViewportWidth:(float)width;
+
+- (void) setButtonImage:(NSString *)button withStyle:(NSString *)style toFunction:(id)function;
+- (void) setButtonTitle:(NSString *)button withStyle:(NSString *)style toFunction:(id)function;
+- (void) setFinishHook:(id)function;
+- (void) setPopupHook:(id)function;
+
+- (id) _rightButtonTitle;
+
+- (bool) promptForSensitive:(NSString *)name;
+- (bool) allowSensitiveRequests;
+
+@end
\ No newline at end of file