Robin please give me a answer.
i use a wxGrid . within it i use
self.GetGridWindow.ShowToolTipString(“foo foo foo”)
Problem:
on Linux (Gtk) the Tooltip is not shown.
with some tricks i found the solution for Windows:
on MSW i must use self.WarpPointer(…) to move Cursor to another position and back again
after it the tooltip is shown. ( has something to do with ->RelayEvent in c++…)
is this a known bug ? do you think this problem is resolved for linux in
a next release of wxPython ?
thanks for every answer.