]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/stc.i
Added a typemap that converts the references returned for some GDI
[wxWidgets.git] / wxPython / contrib / stc / stc.i
index 09ae2caf8503a0ce78f177d85136566f41918188..64d98e6d3c62ff357909782a3d07818f52713f1e 100644 (file)
 #include "wx/wxPython/pyclasses.h"
 #include <wx/stc/stc.h>
 
-    DECLARE_DEF_STRING(STCNameStr);
 %}
 
 //---------------------------------------------------------------------------
 
 %import core.i
+%import misc.i  // for DnD
 %pythoncode { wx = core }
 
+MAKE_CONST_WXSTRING(STCNameStr);
+
+
 %include _stc_rename.i