| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class 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 |
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 | |
Associates the text with the given window. | |
This version associates the given text with all windows with this id. | |
| |
| HelpProvider |
Return the current application-wide help provider. (Static method) |
| String |
Gets the help string for this window. |
Removes the association between the window pointer and the help text. | |
| HelpProvider |
Sset the current, application-wide help provider. (Static method) |
| bool |
Shows help for the given window. |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... | |
| Instance Method Details |
|---|
__init__(self)
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:43:05 2007 | http://epydoc.sf.net |