X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d739313fc00b84e87b962a430c9c6622e88d81c1..f41ed3c4424167578262d283865b4642f2da8271:/include/wx/string.h diff --git a/include/wx/string.h b/include/wx/string.h index 31a9a2b30c..dc244ec1d8 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -1035,6 +1035,8 @@ public: size_t Add(const wxString& str); // add new element at given position void Insert(const wxString& str, size_t uiIndex); + // expand the array to have count elements + void SetCount(size_t count); // remove first item matching this value void Remove(const wxChar *sz); // remove item by index