]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
PyCrust updates
[wxWidgets.git] / include / wx / string.h
index 098df32cf71f342f77cdd8bcf996e277d74848ff..ee258c42b97c22285c8a2cad9764dfee8e85d7b7 100644 (file)
@@ -1026,6 +1026,12 @@ public:
     // get last item
   wxString& Last() const { wxASSERT( !IsEmpty() ); return Item(Count() - 1); }
 
+    // return a wxString[], useful for the controls which
+    // take one in their ctor.  You must delete[] it yourself
+    // once you are done with it.  Will return NULL if the
+    // ArrayString was empty.
+  wxString* GetStringArray() const;
+
   // item management
     // Search the element in the array, starting from the beginning if
     // bFromEnd is FALSE or from end otherwise. If bCase, comparison is case