]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
cleaning up image mess for os/2
[wxWidgets.git] / include / wx / listctrl.h
index 667d975b4d4f2065effba054fd7b216aaa1b6e03..2108abc01c3bc38bcb581d70a97d27692701ffc3 100644 (file)
@@ -148,6 +148,10 @@ public:
     wxListItem();
     ~wxListItem() { delete m_attr; }
 
+    // resetting
+    void Clear();
+    void ClearAttributes();
+
     // setters
     void SetMask(long mask) { m_mask = mask; }
     void SetId(long id) { m_itemId = id; }
@@ -280,9 +284,7 @@ public:
     inline long GetMask() { return m_item.m_mask; }
     inline const wxListItem &GetItem() const { return m_item; }
 
-#ifndef __WXMSW__
     void CopyObject(wxObject& object_dest) const;
-#endif
 
 private:
     DECLARE_DYNAMIC_CLASS(wxListEvent)