#include <wx/dc.h>
Public Member Functions | |
wxDCTextColourChanger (wxDC &dc, const wxColour &col) | |
Sets col on the given dc, storing the old one. | |
~wxDCTextColourChanger () | |
Restores the colour originally selected in the DC passed to the ctor. |
Sets col on the given dc, storing the old one.
dc | The DC where the colour must be temporary set. | |
col | The colour to set. |
wxDCTextColourChanger::~wxDCTextColourChanger | ( | ) |
Restores the colour originally selected in the DC passed to the ctor.
![]() |
[ top ] |