Changes needed for SWIG 1.3.27
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
|
||||
%feature("autodoc", "1"); // 0 == no param types, 1 == show param types
|
||||
|
||||
// Turn on kwargs by default
|
||||
%feature("kwargs", "1");
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Tell SWIG to wrap all the wrappers with our thread protection by default
|
||||
|
||||
@@ -62,13 +65,10 @@ typedef unsigned long wxUIntPtr;
|
||||
#define %pythonAppend %feature("pythonappend")
|
||||
#define %pythonPrepend %feature("pythonprepend")
|
||||
#define %kwargs %feature("kwargs")
|
||||
#define %nokwargs %feature("nokwargs")
|
||||
#define %noautodoc %feature("noautodoc")
|
||||
#define %nokwargs %feature("kwargs", "0")
|
||||
#define %noautodoc %feature("noautodoc")
|
||||
|
||||
|
||||
//#ifndef %shadow
|
||||
//#define %shadow %insert("shadow")
|
||||
//#endif
|
||||
|
||||
#ifndef %pythoncode
|
||||
#define %pythoncode %insert("python")
|
||||
|
Reference in New Issue
Block a user