]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dataview.h
clarify wxListCtrl::GetItem (fixes #9640)
[wxWidgets.git] / interface / wx / dataview.h
index d9febd92537b4b45a3a7fcd716ede3b5bb178c94..53a0c72ac5754f29d60946390aaca4686d58d603 100644 (file)
@@ -857,11 +857,6 @@ public:
     */
     virtual bool ClearColumns();
 
-    /**
-        Unselects all rows.
-    */
-    void ClearSelection();
-
     /**
         Collapses the item.
     */
@@ -1597,14 +1592,14 @@ public:
     /**
         Returns @true if the column is reorderable.
     */
-    bool GetReorderable();
+    virtual bool IsReorderable() const;
 
     /**
         Returns @true if the column is sortable.
 
         @see SetSortable()
     */
-    bool GetSortable();
+    virtual bool IsSortable() const;
 
     /**
         Returns the width of the column.