%module wx
-
%{
#include "helpers.h"
%}
%import sizers.i
%import streams.i
%import filesys.i
+%import utils.i
%native(_wxStart) __wxStart;
%native(_wxSetDictionary) __wxSetDictionary;
extern "C" SWIGEXPORT(void) initclip_dndc();
extern "C" SWIGEXPORT(void) initstreamsc();
extern "C" SWIGEXPORT(void) initfilesysc();
+extern "C" SWIGEXPORT(void) initutilsc();
wxPyMake_wxObject,
wxPyMake_wxSizer,
wxPyPtrTypeMap_Add,
- wxArrayString2PyList_helper
+ wxArrayString2PyList_helper,
+ wxArrayInt2PyList_helper
};
initclip_dndc();
initstreamsc();
initfilesysc();
+ initutilsc();
PyDict_SetItemString(d,"wxMAJOR_VERSION", PyInt_FromLong((long)wxMAJOR_VERSION ));