Hi
I've just subscribed to this mailing list, so I'm glad to write you.
I have one question: is it possible to attach a tooltip to every item of wxListCtrl ? Can't find it in documentation.
There isn't an automatic way to do it, but you can do it yourself by catching mouse events from the list ctrl and noticing when the mouse lingers over a single item, then use a wxTipWindow to show the tooltip.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!