#include "wx/wxPython/pyclasses.h"
#include <wx/stc/stc.h>
- DECLARE_DEF_STRING(STCNameStr);
%}
//---------------------------------------------------------------------------
%import core.i
-%pythoncode { wx = core }
+%import misc.i // for DnD
+%pythoncode { wx = _core }
+%pythoncode { __docfilter__ = wx.__DocFilter(globals()) }
+
+MAKE_CONST_WXSTRING(STCNameStr);
+
%include _stc_rename.i