Is it possible to have a tooltip on an image in a listctrl?
Paul
···
--
Paul Sijben tel: +31334566488
Eemvalley Technology BV fax: +31334557523
the Netherlands http://eemvalley.com
-----------------------------------------------------
EemValley Technology werft python & wxpython
programmeurs: http://www.eemvalley.nl/jobs
Paul Sijben wrote:
Is it possible to have a tooltip on an image in a listctrl?
Paul
The wiki has a tutorial for this, but it's Windows only:
http://wiki.wxpython.org/wxListCtrl%20ToolTips
Otherwise, you may have to use mouse events to calculate which image you're pointing at and set the tooltip that way. I had to something similar for a wx.Grid I made, but that was for column headers. I would think the process is similar though. Maybe someone else has a better idea...
Mike