X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/951cd18031e1408ed2a70dae2972273f8ed9e994..b37c7e1dcdad16c20d9800d2abaf53cc6b653a64:/wxPython/src/helpers.h diff --git a/wxPython/src/helpers.h b/wxPython/src/helpers.h index 750107f6bd..62230c6400 100644 --- a/wxPython/src/helpers.h +++ b/wxPython/src/helpers.h @@ -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