wx.html.HtmlWordWithTabsCell
wx.html.HtmlWordCell is a specialization for storing text fragments with embedded tab characters.
Class Hierarchy
Inheritance diagram for class
HtmlWordWithTabsCell:
Methods Summary
Class API
-
class
wx.html.
HtmlWordWithTabsCell
(HtmlWordCell)
Possible constructors:
HtmlWordWithTabsCell(word : str, wordOrig : str, linepos : int, dc : DC)
-> None
HtmlWordCell is a specialization for storing text fragments with
embedded tab characters.
Methods
-
__init__
(self, word : str, wordOrig : str, linepos : int, dc : DC)
- Parameters:
word (string) –
wordOrig (string) –
linepos (int) –
dc (wx.DC) –
- Return type:
None