#include <wx/html/htmlcell.h>
Selection state is passed to wxHtmlCell::Draw so that it can render itself differently e.g.
when inside text selection or outside it.
<>< =''>:</>&;&;< =''>\ </></>
Public Member Functions | |
| wxHtmlRenderingState () | |
| void | SetSelectionState (wxHtmlSelectionState s) |
| wxHtmlSelectionState | GetSelectionState () const |
| void | SetFgColour (const wxColour &c) |
| const wxColour & | GetFgColour () const |
| void | SetBgColour (const wxColour &c) |
| const wxColour & | GetBgColour () const |
| void | SetBgMode (int m) |
| int | GetBgMode () const |
| wxHtmlRenderingState::wxHtmlRenderingState | ( | ) |
| int wxHtmlRenderingState::GetBgMode | ( | ) | const |
| wxHtmlSelectionState wxHtmlRenderingState::GetSelectionState | ( | ) | const |
| void wxHtmlRenderingState::SetSelectionState | ( | wxHtmlSelectionState | s | ) |