Dick Kniep wrote:
Hi list,
I want to set a tipwindow based on the line the mouse is on in a listctrl (wxLC_REPORT). So is there a way to find out at which line the mouse is?
Use the listctrl's HitTest method using the position given from a mouse event handler.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!