]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.h
SWIGged updates for wxGTK
[wxWidgets.git] / wxPython / src / helpers.h
index 0db2221e05774df78a7f9c7c2b0279b9ed41ce09..64d394ef00283aaa61a054b0b537f244560f5adf 100644 (file)
@@ -114,7 +114,8 @@ PyObject* wxArrayString2PyList_helper(const wxArrayString& arr);
 PyObject* wxArrayInt2PyList_helper(const wxArrayInt& arr);
 
 
-#define RETURN_NONE()   { Py_INCREF(Py_None); return Py_None; }
+#define RETURN_NONE()               { Py_INCREF(Py_None); return Py_None; }
+#define DECLARE_DEF_STRING(name)    static wxString wxPy##name(wx##name)
 
 //----------------------------------------------------------------------