Hello,
I have a custom drawn widget (subclass of wx.Panel) and I want to show tooltips
only for its subarea (like show tooltip when mouse hovers over this part, not
when it hovers over that one). I tried to listen to EVT_MOTION event and set
either a tooltip string or empty string to the wx.ToolTip instance that is assigned
to my widget. It works on Windows, tooltips with an empty string are not shown,
however in Linux, empty tooltips are shown.
Is there a way to show tooltips only for a part of the widget on Linux?
I am using wxPython 2.6.*
Thank you
Jirka Mikulasek