]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_defs.i
Use a compatible bitmap if a depth of -1 is given
[wxWidgets.git] / wxPython / src / _defs.i
index d7818e8883dcbe9ea7f280ffee08ef454ce45b48..16ee85809661df0be1d621432e8154bb58896f89 100644 (file)
@@ -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")