]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/stc.h.in
corrected version number extraction
[wxWidgets.git] / contrib / src / stc / stc.h.in
index f74a77b56c89bcd36136d2976ea44529af6ddf59..323e0f3c3f2293bf78a66c17a1a165d3085fb38b 100644 (file)
@@ -258,7 +258,9 @@ public:
     // Append a string to the end of the document without changing the selection.
     void AppendTextRaw(const char* text);
 
-
+#ifdef SWIG
+    %%pythoncode "_stc_utf8_methods.py"
+#endif
 //----------------------------------------------------------------------