]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextctrl.h
Rename all WEB_VIEW* style identifiers to WEBVIEW*.
[wxWidgets.git] / interface / wx / richtext / richtextctrl.h
index e0ce27ddedf48a119de445369744cdb4cfb841ac..a35654e73b8fde34c1dde28bfeb62ad0e475eed9 100644 (file)
@@ -184,7 +184,7 @@ public:
 
     @library{wxrichtext}
     @category{richtext}
-    @appearance{richtextctrl.png}
+    @appearance{richtextctrl}
 
  */
 
@@ -2103,6 +2103,17 @@ public:
 
 // Implementation
 
+    /**
+        Processes the back key.
+    */
+    virtual bool ProcessBackKey(wxKeyEvent& event, int flags);
+
+    /**
+        Given a character position at which there is a list style, find the range
+        encompassing the same list style by looking backwards and forwards.
+    */
+    virtual wxRichTextRange FindRangeForList(long pos, bool& isNumberedList);
+
     /**
         Sets up the caret for the given position and container, after a mouse click.
     */