]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextbuffer.h
Test using wxString::ToCDouble() in wxAny.
[wxWidgets.git] / include / wx / richtext / richtextbuffer.h
index a64fc8aa20bc18e2cc6b951a920832833fd78bc1..ce85bc5e6909a746c5210287bb2d77f1d8ebcfaa 100644 (file)
@@ -5961,6 +5961,12 @@ public:
     */
     wxRichTextObject* GetObject() const { return m_object; }
 
     */
     wxRichTextObject* GetObject() const { return m_object; }
 
+    /**
+        Stores the object to replace the one at the position defined by the container address
+        without making an address for it (cf SetObject() and MakeObject()).
+    */
+    void StoreObject(wxRichTextObject* obj) { m_object = obj; }
+
     /**
         Sets the object to replace the one at the position defined by the container address
         and the action's range start position.
     /**
         Sets the object to replace the one at the position defined by the container address
         and the action's range start position.