wxpython question:
I am looking for a way to select just a line of text out of many lines of text by just clicking anywhere on the line of text, like what is shown in the attachment. Let's say I have a TextCtrl with lines of text. How would I go about selecting one line just by clicking anywhere on the line?
Or would I have to use a grid or something?