]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
changed removed wxToUpper to standard toupper
[wxWidgets.git] / include / wx / msw / listbox.h
index 7afb83a607d5a9a18095373de8c331455fa00383..15d2a6cda3dbfad05c4bc49c1ed5789cd7401e0b 100644 (file)
@@ -78,6 +78,9 @@ public:
 
     // allows to get the item and use SetXXX functions to set it's appearance
     wxOwnerDrawn *GetItem(size_t n) const { return m_aItems[n]; }
 
     // allows to get the item and use SetXXX functions to set it's appearance
     wxOwnerDrawn *GetItem(size_t n) const { return m_aItems[n]; }
+
+    // get the index of the given item
+    int GetItemIndex(wxOwnerDrawn *item) const { return m_aItems.Index(item); }
 #endif // wxUSE_OWNER_DRAWN
 
     virtual void Append(const wxString& item);
 #endif // wxUSE_OWNER_DRAWN
 
     virtual void Append(const wxString& item);