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, wordOrig, linepos, dc) -> None
HtmlWordCell is a specialization for storing text fragments with
embedded tab characters.
Methods
-
__init__(self, word, wordOrig, linepos, dc)
- Parameters:
word (string)
wordOrig (string)
linepos (int)
dc (wx.DC)
- Return type:
None