Version: 2.9.4
Public Member Functions
wxHtmlRenderingStyle Class Reference

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


Detailed Description

Allows HTML rendering customizations.

This class is used when rendering wxHtmlCells as a callback.

Library:  wxHTML
Category:  HTML
参照:
wxHtmlRenderingInfo

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.

List of all members.


Member Function Documentation

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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines