]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.h
Added typemap for wxArrayString
[wxWidgets.git] / wxPython / src / helpers.h
index 750107f6bd921c50015590b52d9ba862a007819f..62230c640039ba6bb6639caf0770920220a1c98f 100644 (file)
@@ -151,6 +151,11 @@ bool _2int_seq_helper(PyObject* source, int* i1, int* i2);
 bool _4int_seq_helper(PyObject* source, int* i1, int* i2, int* i3, int* i4);
 
 
+PyObject* wxArrayString2PyList_helper(const wxArrayString& app);
+
+
+#define RETURN_NONE()   { Py_INCREF(Py_None); return Py_None; }
+
 //----------------------------------------------------------------------
 
 #ifndef SWIGCODE