phoenix_title wx.SimpleHelpProvider

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

See also

wx.HelpProvider, wx.HelpControllerHelpProvider, wx.ContextHelp, wx.Window.SetHelpText (, wx.Window.GetHelpTextAtPoint


class_hierarchy Class Hierarchy

Inheritance diagram for class SimpleHelpProvider:

sub_classes Known Subclasses

wx.HelpControllerHelpProvider


api Class API

class wx.SimpleHelpProvider(HelpProvider)

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