]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richedit/wxllist.h
Removed two more GUI lock-ups. This time when
[wxWidgets.git] / samples / richedit / wxllist.h
index 0ff31fb09f9bb73273896ad4569db73e87bee92b..71e7d381aeae23767acca1f5f7c9664a2e7ca02d 100644 (file)
@@ -421,6 +421,7 @@ public:
                      int underline = -1,
                      wxColour *fg = NULL,
                      wxColour *bg = NULL);
+   wxLayoutObjectCmd(const wxLayoutStyleInfo &si);
    ~wxLayoutObjectCmd();
    /** Stores the current style in the styleinfo structure */
    wxLayoutStyleInfo * GetStyle(void) const;
@@ -1140,6 +1141,12 @@ public:
 
    /// get the line by number
    wxLayoutLine *GetLine(CoordType index) const;
+
+   /** Reads objects from a string and inserts them.
+       @param istr stream to read from, will bee changed
+   */
+   void Read(wxString &istr);
+
 private:
    /// Clear the list.
    void InternalClear(void);