]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextbuffer.h
disable (some) features that are not available in DirectFB
[wxWidgets.git] / include / wx / richtext / richtextbuffer.h
index 1ca2facd2f77697ba50b0540ecc9269d5b2e1cc2..c414e1394f9732eb3ab0769002feb32b59b65999 100644 (file)
@@ -1869,7 +1869,7 @@ public:
     /// Get the style that is appropriate for a new paragraph at this position.
     /// If the previous paragraph has a paragraph style name, look up the next-paragraph
     /// style.
-    wxRichTextAttr GetStyleForNewParagraph(long pos, bool caretPosition = false) const;
+    wxRichTextAttr GetStyleForNewParagraph(long pos, bool caretPosition = false, bool lookUpNewParaStyle=false) const;
 
     /// Dumps contents of buffer for debugging purposes
     virtual void Dump();