]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/listctrl.h
Added functionality for disabling the vertical scrollbar.
[wxWidgets.git] / include / wx / osx / listctrl.h
index 23b660dfdd8fff53851beaa30486d8b228f8f2c9..cd6b2e9fb6b97e7628bc196e6042db3b0eacf91d 100644 (file)
@@ -63,8 +63,7 @@ class WXDLLIMPEXP_CORE wxListCtrl: public wxListCtrlBase
   bool GetColumn(int col, wxListItem& item) const;
 
   // Sets information about this column
-  // TODO: NOT const to be compatible with wxGenericListCtrl API
-  bool SetColumn(int col, wxListItem& item) ;
+  bool SetColumn(int col, const wxListItem& item) ;
 
   // Gets the column width
   int GetColumnWidth(int col) const;