]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextbuffer.h
porting reordering of controls back from 2.8
[wxWidgets.git] / include / wx / richtext / richtextbuffer.h
index 9692e8a9f2a35578dababb88348b32b872e5115e..871025796f80a66c8dc575b17113d9760b1164fd 100644 (file)
@@ -197,6 +197,11 @@ class WXDLLIMPEXP_FWD_RICHTEXT wxRichTextBuffer;
 #define wxRICHTEXT_INSERT_WITH_PREVIOUS_PARAGRAPH_STYLE     0x01
 #define wxRICHTEXT_INSERT_INTERACTIVE                       0x02
 
+// A special flag telling the buffer to keep the first paragraph style
+// as-is, when deleting a paragraph marker. In future we might pass a
+// flag to InsertFragment and DeleteRange to indicate the appropriate mode.
+#define wxTEXT_ATTR_KEEP_FIRST_PARA_STYLE   0x10000000
+
 /*!
  * wxRichTextFontTable
  * Manages quick access to a pool of fonts for rendering rich text