]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richedit/wxllist.h
Applied patch for multiple file selection, documented.
[wxWidgets.git] / samples / richedit / wxllist.h
index fac6223d86180f710d3272e6b88a8c8b44b78e22..1446ebf3a07683467333d5e6b1bd6898973b128c 100644 (file)
@@ -28,7 +28,7 @@
 #   define WXMENU_LAYOUT_LCLICK     1111
 #   define WXMENU_LAYOUT_RCLICK     1112
 #   define WXMENU_LAYOUT_DBLCLICK   1113
-#else // for Mahogany only:
+#else // for Mahogany only
 #   include "MObject.h"
 #endif
 
@@ -1140,6 +1140,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);