Allow to set a style's wxFontEncoding
authorRobin Dunn <robin@alldunn.com>
Tue, 19 Apr 2005 22:30:40 +0000 (22:30 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 19 Apr 2005 22:30:40 +0000 (22:30 +0000)
commit3727c043a846bed24554c47b723da9fbe3b9a010
treec10e969a0f85d81b009c66a8d7fa7e29bf1cf101
parent6421f57a54f7e1ca5f9901a84cfaa0bb0a8d8233
Allow to set a style's wxFontEncoding

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
contrib/include/wx/stc/stc.h
contrib/src/stc/PlatWX.cpp
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/PlatWX.cpp
src/stc/gen_iface.py
src/stc/stc.cpp
src/stc/stc.cpp.in
src/stc/stc.h.in
wxPython/contrib/stc/_stc_docstrings.i
wxPython/contrib/stc/_stc_gendocs.i
wxPython/contrib/stc/stc.i
wxPython/demo/StyledTextCtrl_1.py