]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextctrl.h
floating pane size now restores after perspective restore
[wxWidgets.git] / include / wx / richtext / richtextctrl.h
index 55049a7d4eb030752c1d522e6e5b7604c051fcc7..36063e01571fdb61b8ec77bc77bdc4ce0c5e60ba 100644 (file)
@@ -302,6 +302,9 @@ public:
     /// Insert a newline (actually paragraph) at the current insertion point.
     virtual bool Newline();
 
+    /// Insert a line break at the current insertion point.
+    virtual bool LineBreak();
+
     /// Set basic (overall) style
     virtual void SetBasicStyle(const wxTextAttrEx& style) { GetBuffer().SetBasicStyle(style); }
     virtual void SetBasicStyle(const wxRichTextAttr& style) { GetBuffer().SetBasicStyle(style); }