X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e65a6cc1ec5537dc7f19f89e10cdfaae54adb264..adcda299c06800fedaf2436bcf4c8759905a4502:/include/wx/dc.h?ds=inline diff --git a/include/wx/dc.h b/include/wx/dc.h index b928314386..aa5110066d 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -702,6 +702,9 @@ private: class WXDLLIMPEXP_CORE wxDC : public wxObject { public: + // copy attributes (font, colours and writing direction) from another DC + void CopyAttributes(const wxDC& dc); + virtual ~wxDC() { delete m_pimpl; } wxDCImpl *GetImpl()