]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxStyledTextCtrl_1.py
implemented video mode support (getting the current one, enumerating, changing)
[wxWidgets.git] / wxPython / demo / wxStyledTextCtrl_1.py
index e0964cf78a367a2f9a071c65cfcb237ddab87e56..83530d2ece08d8c3efa808bd094eaae350afc342 100644 (file)
@@ -162,8 +162,11 @@ def runTest(frame, nb, log):
         p.SetAutoLayout(true)
 
 
-##     ed.SetBufferedDraw(false)
-##     ed.StyleClearAll()
+    #ed.SetBufferedDraw(false)
+    #ed.StyleClearAll()
+    #ed.SetScrollWidth(800)
+    #ed.SetWrapMode(true)
+
     ed.SetText(demoText)
     if wxUSE_UNICODE:
         import codecs