tooltips in wxpython

Werner,

could you please explain this:

>Do you use tooltips on other controls? If not you also need:
>
>from wxPython.help import *
>provider =wx.SimpleHelpProvider()
>wxHelpProvider_Set(provider)

What's the relationship between tooltips and help providers?

Thank you,

Cristina.

Hi Christina,

In Boa CTRL-h is your friend, if you search for "simplehelp" you will get to this :slight_smile:

wxSimpleHelpProvider
wxSimpleHelpProvider is an implementation of wxHelpProvider which supports only plain text help strings, and shows the string associated with the control (if any) in a tooltip.

See you
Werner

C. Iacob wrote:

ยทยทยท

Werner,

could you please explain this:

>Do you use tooltips on other controls? If not you also need:
>
>from wxPython.help import *
>provider =wx.SimpleHelpProvider()
>wxHelpProvider_Set(provider)

What's the relationship between tooltips and help providers?

Thank you,

Cristina.

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org