]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/StyledTextCtrl_1.py
wxCheckListBox doesn't require wxUSE_OWNER_DRAWN when using WXUNIVERSAL
[wxWidgets.git] / wxPython / demo / StyledTextCtrl_1.py
index 552aa3950237febc2b9f567d8fb119ef5e9bf7a3..d1db6228d0e233bc33d97d9d93a9015ce7d2feb9 100644 (file)
@@ -50,7 +50,7 @@ else:
     face1 = 'Helvetica'
     face2 = 'Times'
     face3 = 'Courier'
-    pb = 10
+    pb = 12
 
 
 #----------------------------------------------------------------------
@@ -177,6 +177,12 @@ def runTest(frame, nb, log):
     #ed.SetUseAntiAliasing(False)    
     #ed.SetViewEOL(True)
 
+    #ed.CmdKeyClear(stc.STC_KEY_BACK,
+    #               stc.STC_SCMOD_CTRL)
+    #ed.CmdKeyAssign(stc.STC_KEY_BACK,
+    #                stc.STC_SCMOD_CTRL,
+    #                stc.STC_CMD_DELWORDLEFT)
+
     ed.SetText(demoText)
 
     if wx.USE_UNICODE: