wx.html.HtmlColourCell
This cell changes the colour of either the background or the foreground.
Class Hierarchy

Inheritance diagram for class
HtmlColourCell:
Methods Summary
Class API
-
class wx.html.HtmlColourCell(HtmlCell)
Possible constructors:
HtmlColourCell(clr : Colour, flags: int=HTML_CLR_FOREGROUND) -> None
This cell changes the colour of either the background or the
foreground.
Methods
-
__init__(self, clr: Colour, flags: int = HTML_CLR_FOREGROUND)
Constructor.
- Parameters:
-
- Return type:
None