Package wx :: Class SimpleHelpProvider
[frames | no frames]

Type SimpleHelpProvider

  object --+    
           |    
HelpProvider --+
               |
              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.


Method Summary
SimpleHelpProvider __init__(self)
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.
  __repr__(self)
    Inherited from HelpProvider
  AddHelp(self, window, text)
Associates the text with the given window.
  AddHelpById(self, id, text)
This version associates the given text with all windows with this id.
  Destroy(self)
HelpProvider Get()
Return the current application-wide help provider. (Static method)
String GetHelp(self, window)
Gets the help string for this window.
  RemoveHelp(self, window)
Removes the association between the window pointer and the help text.
HelpProvider Set(helpProvider)
Sset the current, application-wide help provider. (Static method)
bool ShowHelp(self, window)
Shows help for the given window.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Instance Method Details

__init__(self)
(Constructor)

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.

Returns:
SimpleHelpProvider
Overrides:
wx.HelpProvider.__init__

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:43:05 2007 http://epydoc.sf.net