]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextctrl.h
Add public (but not documented) wxCheckBox::MSWMakeOwnerDrawn().
[wxWidgets.git] / include / wx / richtext / richtextctrl.h
index 47130eff11bedace8704062e1aa7f93ff40aa838..9cc8364f6dbfade3901cda0ad975145b24bc7491 100644 (file)
@@ -2144,6 +2144,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.
     */