git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-08-10 01:22:22 +00:00
parent 34a544a635
commit 4b8e2a3466
2 changed files with 2 additions and 0 deletions

View File

@ -175,6 +175,7 @@ def runTest(frame, nb, log):
#ed.SetScrollWidth(800)
#ed.SetWrapMode(True)
#ed.SetUseAntiAliasing(False)
#ed.SetViewEOL(True)
ed.SetText(demoText)

View File

@ -59,6 +59,7 @@ class PythonSTC(stc.StyledTextCtrl):
self.SetViewWhiteSpace(False)
#self.SetBufferedDraw(False)
#self.SetViewEOL(True)
#self.SetEOLMode(stc.STC_EOL_CRLF)
#self.SetUseAntiAliasing(True)
self.SetEdgeMode(stc.STC_EDGE_BACKGROUND)