I’ve got a wxPython application with a text control. I want to attach a function to run when someone clicks on a line of text in the wxTextCtrl widget. I want to grab the line of text they clicked on and use it for something. Specifically, this is part of a log file viewer that [...]