Version: 3.2.5
wxHtmlRenderingStyle Class Referenceabstract

#include <wx/html/htmlcell.h>

Detailed Description

wxHtmlSelection is data holder with information about text selection.

Allows HTML rendering customizations.

Selection is defined by two positions (beginning and end of the selection) and two leaf(!) cells at these positions.

Library:  wxHTML
Category:  HTML

This class is used when rendering wxHtmlCells as a callback.

Library:  wxHTML
Category:  HTML
See also
wxHtmlRenderingInfo

Public Member Functions

virtual wxColour GetSelectedTextColour (const wxColour &clr)=0
 Returns the colour to use for the selected text. More...
 
virtual wxColour GetSelectedTextBgColour (const wxColour &clr)=0
 Returns the colour to use for the selected text's background. More...
 

Member Function Documentation

◆ GetSelectedTextBgColour()

virtual wxColour wxHtmlRenderingStyle::GetSelectedTextBgColour ( const wxColour clr)
pure virtual

Returns the colour to use for the selected text's background.

◆ GetSelectedTextColour()

virtual wxColour wxHtmlRenderingStyle::GetSelectedTextColour ( const wxColour clr)
pure virtual

Returns the colour to use for the selected text.