Adding outdent to the WebView responder forwarding list.
Also add outdent to WebHTMLView.h and WebViewPrivate.h.
* WebView/WebHTMLView.h:
* WebView/WebViewPrivate.h:
* WebView/WebView.mm:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17547
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-11-02 Timothy Hatcher <timothy@apple.com>
+
+ Reviewed by Brady.
+
+ Adding outdent to the WebView responder forwarding list.
+ Also add outdent to WebHTMLView.h and WebViewPrivate.h.
+
+ * WebView/WebHTMLView.h:
+ * WebView/WebViewPrivate.h:
+ * WebView/WebView.mm:
+
2006-11-01 John Sullivan <sullivan@apple.com>
Reviewed by Adam Roben
*/
- (void)reapplyStyles;
+- (void)outdent:(id)sender;
+
@end
macro(moveWordLeftAndModifySelection) \
macro(moveWordRight) \
macro(moveWordRightAndModifySelection) \
+macro(outdent) \
macro(pageDown) \
macro(pageUp) \
macro(paste) \
@interface WebView (WebPendingPublic)
+- (void)outdent:(id)sender;
+
- (void)setMainFrameDocumentReady:(BOOL)mainFrameDocumentReady;
- (void)setTabKeyCyclesThroughElements:(BOOL)cyclesElements;