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.html.HtmlHelpData.html below:

wx.html.HtmlHelpData — wxPython Phoenix 4.2.4a1 documentation

wx.html.HtmlHelpData¶

This class is used by wx.html.HtmlHelpController and wx.html.HtmlHelpFrame to access HTML help items.

It is internal class and should not be used directly - except for the case you’re writing your own HTML help controller.

Class Hierarchy¶

Inheritance diagram for class

HtmlHelpData

:

Methods Summary¶ Properties Summary¶ Class API¶
class wx.html.HtmlHelpData(Object)¶

Possible constructors:

This class is used by HtmlHelpController and HtmlHelpFrame to access HTML help items.


Methods¶
__init__(self)¶

Constructor.

Return type:

None


AddBook(self, book_url)¶

Adds new book.

book_url is URL (not filename!) of HTML help project (hhp) or ZIP file that contains arbitrary number of .hhp projects (this zip file can have either .zip or .htb extension, htb stands for “html book”).

Returns success.

Parameters:

book_url (string)

Return type:

bool


FindPageById(self, id)¶

Returns page’s URL based on integer ID stored in project.

Parameters:

id (int)

Return type:

str


FindPageByName(self, page)¶

Returns page’s URL based on its (file)name.

Parameters:

page (string)

Return type:

str


GetBookRecArray(self)¶

Returns array with help books info.

Return type:

HtmlBookRecArray


GetContentsArray(self)¶

Returns reference to array with contents entries.

Return type:

HtmlHelpDataItems


GetIndexArray(self)¶

Returns reference to array with index entries.

Return type:

HtmlHelpDataItems


SetTempDir(self, path)¶

Sets the temporary directory where binary cached versions of MS HTML Workshop files will be stored.

(This is turned off by default and you can enable this feature by setting non-empty temp dir.)

Parameters:

path (string)

Return type:

None


Properties¶
BookRecArray¶

See GetBookRecArray


ContentsArray¶

See GetContentsArray


IndexArray¶

See GetIndexArray


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