A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://wxpython.org/Phoenix/docs/html/wx.HelpControllerHelpProvider.html below:

wx.HelpControllerHelpProvider — wxPython Phoenix 4.2.4a1 documentation

wx.HelpControllerHelpProvider¶

wx.HelpControllerHelpProvider is an implementation of wx.HelpProvider which supports both context identifiers and plain text help strings.

If the help text is an integer, it is passed to wx.HelpController.DisplayContextPopup . Otherwise, it shows the string in a tooltip as per wx.SimpleHelpProvider. If you use this with a CHMHelpController instance on windows, it will use the native style of tip window instead of wx.TipWindow.

You can use the convenience function ContextId() to convert an integer context id to a string for passing to wx.Window.SetHelpText .

Class Hierarchy¶

Inheritance diagram for class

HelpControllerHelpProvider

:

Methods Summary¶

__init__

Note that the instance doesn’t own the help controller.

GetHelpController

Returns the help controller associated with this help provider.

SetHelpController

Sets the help controller associated with this help provider.

Properties Summary¶ Class API¶
class wx.HelpControllerHelpProvider(SimpleHelpProvider)¶

Possible constructors:

HelpControllerHelpProvider(hc=None) -> None

HelpControllerHelpProvider is an implementation of HelpProvider which supports both context identifiers and plain text help strings.


Methods¶
__init__(self, hc=None)¶

Note that the instance doesn’t own the help controller.

The help controller should be deleted separately.

Parameters:

hc (wx.HelpControllerBase)

Return type:

None


GetHelpController(self)¶

Returns the help controller associated with this help provider.

Return type:

wx.HelpControllerBase


SetHelpController(self, hc)¶

Sets the help controller associated with this help provider.

Parameters:

hc (wx.HelpControllerBase)

Return type:

None


Properties¶
HelpController¶

See GetHelpController and SetHelpController


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4