phoenix_title wx.html.HtmlWordCell

This html cell represents a single word or text fragment in the document stream.


class_hierarchy Class Hierarchy

Inheritance diagram for class HtmlWordCell:

sub_classes Known Subclasses

wx.html.HtmlWordWithTabsCell


method_summary Methods Summary

__init__


api Class API

class wx.html.HtmlWordCell(HtmlCell)

Possible constructors:

HtmlWordCell(word : str, dc : DC) -> None

This html cell represents a single word or text fragment in the document stream.


Methods

__init__(self, word : str, dc : DC)
Parameters:
  • word (string) –

  • dc (wx.DC) –

Return type:

None