]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
added overwrite parameter to wxRenameFile (patch 1467041)
[wxWidgets.git] / include / wx / generic / listctrl.h
index 9d80b4f30813238b0b73405d9d9df0d61c05b327..a35bc0e7a570c5be91deabbd415f7d13f5bec966 100644 (file)
@@ -177,9 +177,10 @@ public:
     void RefreshItem(long item);
     void RefreshItems(long itemFrom, long itemTo);
 
+#if WXWIN_COMPATIBILITY_2_6
     // obsolete, don't use
     wxDEPRECATED( int GetItemSpacing( bool isSmall ) const );
-
+#endif // WXWIN_COMPATIBILITY_2_6
 
     virtual wxVisualAttributes GetDefaultAttributes() const
     {
@@ -244,7 +245,7 @@ protected:
     virtual wxString OnGetItemText(long item, long column) const;
 
     // return the icon for the given item. In report view, OnGetItemImage will
-    // only be called for the first column. See OnGetItemColumnImage for 
+    // only be called for the first column. See OnGetItemColumnImage for
     // details.
     virtual int OnGetItemImage(long item) const;