possible to select *some* text in a multiline textctrl?

Alec Bennett wrote:

I have a multiline textctrl window, with lots of text in it. I'm wondering if it's possible to
select just one line of the text in that textctrl?

  theTextCtrl.SetSelection(fromPos, toPos)

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!