#include <wx/html/htmlcell.h>

This cell changes the colour of either the background or the foreground.
Public Member Functions | |
| wxHtmlColourCell (const wxColour &clr, int flags=wxHTML_CLR_FOREGROUND) | |
| Constructor. | |
| wxHtmlColourCell::wxHtmlColourCell | ( | const wxColour & | clr, | |
| int | flags = wxHTML_CLR_FOREGROUND | |||
| ) |
Constructor.
| clr | The color | |
| flags | Can be one of following:
|
|
[ top ] |