From: Peter G. <pe...@pg...> - 2006-10-25 15:00:30
|
I have a wxTextCtrl and I want to trap the left button, but I want the cursor to be in the position the user pointed to. If I trap EVT_LEFT_DOWN, I get the event,but wxTextCtrl does not move the cursor. I would like to know how to trap the EVT_LEFT_DOWN after wxTextCtrl has finished processing. Thanks, Peter |