X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5c48ccdf6a97ba146d30bb9eacc2dfdb7ee8c31..38723be1d50facc0176455b69b409dcd457ac07a:/interface/wx/arrstr.h diff --git a/interface/wx/arrstr.h b/interface/wx/arrstr.h index dab15fa275..a1135bbaa2 100644 --- a/interface/wx/arrstr.h +++ b/interface/wx/arrstr.h @@ -310,6 +310,8 @@ public: @warning This function should not be used with sorted arrays because it could break the order of items and, for example, subsequent calls to Index() would then not work! + + @warning In STL mode, Insert is private and simply invokes wxFAIL_MSG. */ void Insert(const wxString& str, size_t nIndex, size_t copies = 1); @@ -320,6 +322,8 @@ public: break the order of items and, for example, subsequent calls to Index() would then not work! Also, sorting a wxSortedArrayString doesn't make sense because its elements are always already sorted. + + @warning In STL mode, Sort is private and simply invokes wxFAIL_MSG. */ void Sort(bool reverseOrder = false); void Sort(CompareFunction compareFunction);