Add several "Raw" functions for setting/getting text from the document
authorRobin Dunn <robin@alldunn.com>
Sat, 16 Apr 2005 04:53:01 +0000 (04:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 16 Apr 2005 04:53:01 +0000 (04:53 +0000)
commit41a499cd92710e3c954fa6e23ce3438cf26f5fcf
tree570d8224288ea329394545861604c0a5f190fddf
parent22faef6ced3961e62b372afcec202229ed2f1a69
Add several "Raw" functions for setting/getting text from the document
buffer. They behave similarly to the same methods without the "Raw" in
the name, except they don't use wxStrings.  This can save some
conversions to/from unicode and utf-8 in a Unicode build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
contrib/include/wx/stc/stc.h
contrib/src/stc/gen_iface.py
contrib/src/stc/stc.cpp
contrib/src/stc/stc.cpp.in
contrib/src/stc/stc.h.in
include/wx/stc/stc.h
src/stc/gen_iface.py
src/stc/stc.cpp
src/stc/stc.cpp.in
src/stc/stc.h.in