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 about this?
I’m attempting to make a Ctrl + F (Find) feature for a wx.TextCtrl widget.
Share
How about
wx.TextCtrl.SetSelection(from, to)