views:

105

answers:

0

Hi everyone!

I'm looking for a way to show tooltips whenever the user hovers the mouse on a column header of a wx.ListCtrl, is this possible?
I tried binding wx.EVT_MOTION but it looks like it works only for the list items, not the headers.. Am I doing something wrong?

Thanks in advance!

(wxPython 2.8.9.1 on Xubuntu 9.04)