git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25764
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
This editor is provided by a class named wx.StyledTextCtrl. As
the name suggests, you can define styles that can be applied to
sections of text. This will typically be used for things like
This editor is provided by a class named wx.StyledTextCtrl. As
the name suggests, you can define styles that can be applied to
sections of text. This will typically be used for things like
print "FindText(0, max, 'indicators'): ",
print ed.FindText(0, ed.GetTextLength(), "indicators")
print "FindText(0, max, 'indicators'): ",
print ed.FindText(0, ed.GetTextLength(), "indicators")
+ wx.CallAfter(ed.GotoPos, 0)