wx.html.HtmlHelpDataItem¶
Helper class for wx.html.HtmlHelpData.
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
See |
|
See |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
Class API¶
- class wx.html.HtmlHelpDataItem(object)¶
Possible constructors:
HtmlHelpDataItem() -> None
Helper class for HtmlHelpData.
Methods¶
- __init__(self)¶
- Return type:
None
- GetFullPath(self)¶
- Return type:
str
- GetIndentedName(self)¶
- Return type:
str
Properties¶
- 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
.