Added some test code (commented out)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bb8967b96e
commit
7343610edc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user