X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d739313fc00b84e87b962a430c9c6622e88d81c1..fe7b9ed6fdffb7dd72c9d7d4a1070e433189954f:/include/wx/string.h?ds=inline 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