]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/listctrl.h
remove wxDateTime tests which were already extracted as tests/datetime/datetime.cpp...
[wxWidgets.git] / interface / wx / listctrl.h
index fe29f57455d8458c111771420f04c57e60e55099..9a6ddd739bd683c57ef756d4ab91e5518279ccf5 100644 (file)
@@ -449,8 +449,14 @@ public:
 
     /**
         Gets the item text for this item.
+
+        @param item
+            Item (zero-based) index.
+        @param col
+            Item column (zero-based) index. Column 0 is the default. This
+            parameter is new in wxWidgets 2.9.1.
     */
-    wxString GetItemText(long item) const;
+    wxString GetItemText(long item, int col = 0) const;
 
     /**
         Returns the colour for this item.