]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
support for vetoing grid cell editing (patch 469049)
[wxWidgets.git] / include / wx / string.h
index 31a9a2b30c5e074fbb9079c0515af735be717151..dc244ec1d842e29cee25674439c7a2d5032127c7 100644 (file)
@@ -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