X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/addd64eea4dd204b405892bd08b2b00fa49eeafa..52f52ebc4e0be6a9899d328b08db9eb14629d219:/wxPython/src/_defs.i?ds=inline diff --git a/wxPython/src/_defs.i b/wxPython/src/_defs.i index d7818e8883..16ee858096 100644 --- a/wxPython/src/_defs.i +++ b/wxPython/src/_defs.i @@ -40,13 +40,14 @@ typedef unsigned char byte; //---------------------------------------------------------------------- // Various SWIG macros and such -#define %addtofunc %feature("addtofunc") +#define %pythonAppend %feature("pythonappend") +#define %pythonPrepend %feature("pythonprepend") #define %kwargs %feature("kwargs") #define %nokwargs %feature("nokwargs") -#ifndef %shadow -#define %shadow %insert("shadow") -#endif +//#ifndef %shadow +//#define %shadow %insert("shadow") +//#endif #ifndef %pythoncode #define %pythoncode %insert("python")