phoenix_title wx.html.HtmlWordWithTabsCell

wx.html.HtmlWordCell is a specialization for storing text fragments with embedded tab characters.


class_hierarchy Class Hierarchy

Inheritance diagram for class HtmlWordWithTabsCell:

method_summary Methods Summary

__init__


api 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