X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30767dfe33da2b5b5cea6f3eaa88d5509c40c08b..e01a788ee05125b4fefa01a5b11f4088915cb54e:/interface/wx/list.h diff --git a/interface/wx/list.h b/interface/wx/list.h index a770d433d6..cb925cde87 100644 --- a/interface/wx/list.h +++ b/interface/wx/list.h @@ -89,7 +89,7 @@ The type stored in the wxList nodes. @library{wxbase} - @category{data} + @category{containers} @see wxArray, wxVector, wxNode */ @@ -209,9 +209,11 @@ public: wxList::compatibility_iterator Item(size_t index) const; /** - @deprecated This function is deprecated, use Find() instead. + Check if the object is present in the list. + + @see Find() */ - wxList::compatibility_iterator Member(T* object) const; + bool Member(T* object) const; /** @deprecated This function is deprecated, use Item() instead.