]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
simplified wxTextCtrl::Create() to use wxControl::MSWCreateControl() instead of dupli...
[wxWidgets.git] / include / wx / string.h
index 24a6585e4d790d54c606645b96e40a319ab95199..dc244ec1d842e29cee25674439c7a2d5032127c7 100644 (file)
@@ -63,7 +63,7 @@
 
 #ifdef HAVE_STRINGS_H
     #include <strings.h>    // for strcasecmp()
-#endif // AIX
+#endif // HAVE_STRINGS_H
 
 #include "wx/defs.h"        // everybody should include this
 #include "wx/wxchar.h"      // for wxChar
@@ -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