I'm attempting to make a Ctrl+F (Find) feature for a wx.TextCtrl
widget. However I'm unsure of how to highlight certain indexes/phrases. How would I go ab开发者_StackOverflow社区out this?
How about wx.TextCtrl.SetSelection(from, to)
I'm attempting to make a Ctrl+F (Find) feature for a wx.TextCtrl
widget. However I'm unsure of how to highlight certain indexes/phrases. How would I go ab开发者_StackOverflow社区out this?
How about wx.TextCtrl.SetSelection(from, to)
精彩评论