Added Python methods to wxStyledTextCtrl that allow to get/set text in
authorRobin Dunn <robin@alldunn.com>
Sat, 16 Apr 2005 19:41:33 +0000 (19:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 16 Apr 2005 19:41:33 +0000 (19:41 +0000)
commit1ce1bd84eab0dce90ad0ecb4d37c6c2993c2512e
tree8c4acd5da18b2da221516b21f63d34bbfee8ae20
parenta1d2d6b1e8dcdd58f75672b8f618a60eee3d0edc
Added Python methods to wxStyledTextCtrl that allow to get/set text in
UTF8 in either unicode or ansi builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
contrib/include/wx/stc/stc.h
contrib/src/stc/stc.h.in
include/wx/stc/stc.h
src/stc/stc.h.in
wxPython/contrib/stc/_stc_utf8_methods.py [new file with mode: 0644]
wxPython/contrib/stc/gtk/stc.py
wxPython/docs/CHANGES.txt
wxPython/setup.py