Some minor updates and fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
|
||||
from wxPython.wx import *
|
||||
from wxPython.ste import wxStyledTextEditorCtrl
|
||||
from wxPython.ste import wxStyledTextCtrl
|
||||
|
||||
|
||||
app = wxPySimpleApp()
|
||||
frame = wxFrame(None, -1, "Testing...", (0,0), (320,480))
|
||||
ed = wxStyledTextEditorCtrl(frame, -1)
|
||||
ed = wxStyledTextCtrl(frame, -1)
|
||||
ed.AddText(open('test7.py').read())
|
||||
|
||||
#ed.AddText("This is a test\nThis is only a test.\n\nHere we go cowboys, here we go!!!\nThe End")
|
||||
|
Reference in New Issue
Block a user