]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/listctrl.h
making method properly const
[wxWidgets.git] / include / wx / osx / listctrl.h
index 8d06d24d845a4e6195efe452d486741b343c444f..98ea42e277d9f709f931eeb66fc70acd552b5c79 100644 (file)
@@ -127,6 +127,9 @@ class WXDLLIMPEXP_CORE wxListCtrl: public wxControl
   // Gets the item rectangle
   bool GetItemRect(long item, wxRect& rect, int code = wxLIST_RECT_BOUNDS) const ;
 
+  // Gets the item rectangle of a subitem
+  bool GetSubItemRect( long item, long subItem, wxRect& rect, int code = wxLIST_RECT_BOUNDS ) const;
+
   // Gets the item position
   bool GetItemPosition(long item, wxPoint& pos) const ;