Helper class for wx.html.HtmlHelpData.
See |
|
See |
|
See |
|
See |
|
wx.html.
HtmlBookRecord
(object)¶Possible constructors:
HtmlBookRecord(bookfile : str, basepath : str, title : str, start : str)
-> None
Helper class for HtmlHelpData.
__init__
(self, bookfile : str, basepath : str, title : str, start : str)¶bookfile (string) –
basepath (string) –
title (string) –
start (string) –
None
GetBasePath
(self)¶str
GetBookFile
(self)¶str
GetContentsEnd
(self)¶int
GetContentsStart
(self)¶int
GetFullPath
(self, page : str)¶page (string) –
str
GetStart
(self)¶str
GetTitle
(self)¶str
SetBasePath
(self, path : str)¶path (string) –
None
SetContentsRange
(self, start : int, end : int)¶start (int) –
end (int) –
None
SetStart
(self, start : str)¶start (string) –
None
SetTitle
(self, title : str)¶title (string) –
None
BasePath
¶See GetBasePath
and SetBasePath
BookFile
¶See GetBookFile
ContentsEnd
¶See GetContentsEnd
ContentsStart
¶See GetContentsStart