#include </home/work/projects/wx/2.9/wx/interface/wx/html/htmlcell.h>
This class is used when rendering wxHtmlCells as a callback.
Public Member Functions | |
| virtual wxColour | GetSelectedTextColour (const wxColour &clr)=0 |
| Returns the colour to use for the selected text. | |
| virtual wxColour | GetSelectedTextBgColour (const wxColour &clr)=0 |
| Returns the colour to use for the selected text's background. | |
| virtual wxColour wxHtmlRenderingStyle::GetSelectedTextBgColour | ( | const wxColour & | clr | ) | [pure virtual] |
Returns the colour to use for the selected text's background.
| virtual wxColour wxHtmlRenderingStyle::GetSelectedTextColour | ( | const wxColour & | clr | ) | [pure virtual] |
Returns the colour to use for the selected text.
|
[ top ] |