0

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?

Andrii Omelchenko
  • 13,183
  • 12
  • 43
  • 79
rectangletangle
  • 50,393
  • 94
  • 205
  • 275

1 Answers1

3

How about wx.TextCtrl.SetSelection(from, to)

bluepnume
  • 16,460
  • 8
  • 38
  • 48