Can I change position of the tooltip window?
No, it is totally managed by the system.
OTOH, You can make your own tooltip-like window with wx.TipWindow.
Robin
···
On Jun 6, 5:21 pm, netimen <neti...@gmail.com> wrote:
Can I change position of the tooltip window?
I see, thank you.
I have found a recipe how to add a tooltip to each grid cell. The
problem is, that tooltip always stays where it first occured. So if I
want to do something with that I have to write my own tooltip?
···
On 8 июн, 20:59, Robin Dunn <ro...@alldunn.com> wrote:
On Jun 6, 5:21 pm, netimen <neti...@gmail.com> wrote:
> Can I change position of the tooltip window?
No, it is totally managed by the system.
OTOH, You can make your own tooltip-like window with wx.TipWindow.
Robin
That recipe is here wiki.wxpython.org/wxGrid%20ToolTips