Version: 2.9.4
Public Member Functions
wxHtmlColourCell Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/html/htmlcell.h>

Inheritance diagram for wxHtmlColourCell:

Detailed Description

This cell changes the colour of either the background or the foreground.

Library:  wxHTML
Category:  HTML

Public Member Functions

 wxHtmlColourCell (const wxColour &clr, int flags=wxHTML_CLR_FOREGROUND)
 Constructor.

List of all members.


Constructor & Destructor Documentation

wxHtmlColourCell::wxHtmlColourCell ( const wxColour clr,
int  flags = wxHTML_CLR_FOREGROUND 
)

Constructor.

Parameters:
clrThe color
flagsCan be one of following:
  • wxHTML_CLR_FOREGROUND: change color of text
  • wxHTML_CLR_BACKGROUND: change background color
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines