associate the supertooltip to certain position in the widget?

Hello there,
I bind the regular tooltip with specific word in richtext box. My question is can I do that with supertooltip?. I checked the wxpython documentation and I found out that I can associate the suppertooltip with widgets but I need to associate it with certain position in the widget.

Thanks in Advance.

You can make a SuperToolTip popup anywhere you want by creating for example a
widget you do not intend to show, hide it(the widget), set STT to widget, then move widget
to the position you want to show it before calling programmatically to show the super tip.

It’s a pretty straight forward approach, but you need to do some check(ing)s before and or
while because the STT TipWindow destroys and you don’t want to cause errors and traces.

···

On Thursday, December 3, 2015 at 2:00:35 PM UTC-6, a.m.n....@gmail.com wrote:

Hello there,
I bind the regular tooltip with specific word in richtext box. My question is can I do that with supertooltip?. I checked the wxpython documentation and I found out that I can associate the suppertooltip with widgets but I need to associate it with certain position in the widget.

Thanks in Advance.