 
       wx.html.HtmlHelpDataItem¶
  wx.html.HtmlHelpDataItem¶Helper class for wx.html.HtmlHelpData.
 Properties Summary¶
 Properties Summary¶| FullPath | See GetFullPath | 
| IndentedName | See GetIndentedName | 
| book | A public C++ attribute of type HtmlBookRecord. | 
| id | A public C++ attribute of type int. | 
| level | A public C++ attribute of type int. | 
| name | A public C++ attribute of type string. | 
| page | A public C++ attribute of type string. | 
| parent | A public C++ attribute of type HtmlHelpDataItem. | 
 Class API¶
 Class API¶wx.html.HtmlHelpDataItem(object)¶Possible constructors:
HtmlHelpDataItem()
Helper class for HtmlHelpData.
__init__(self)¶GetFullPath(self)¶| Return type: | string | 
|---|
GetIndentedName(self)¶| Return type: | string | 
|---|
FullPath¶See GetFullPath
IndentedName¶See GetIndentedName
book¶A public C++ attribute of type HtmlBookRecord     .
id¶A public C++ attribute of type int.
level¶A public C++ attribute of type int.
name¶A public C++ attribute of type string.
page¶A public C++ attribute of type string.
parent¶A public C++ attribute of type HtmlHelpDataItem     .