// 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"
+ %%pythoncode "_stc_utf8_methods.py"
#endif
//----------------------------------------------------------------------