set the initial size of bitmap buttons correctly again after it was broken by r61081...
[wxWidgets.git] / include / wx / dc.h
index b9283143868731be6805bd441b80f988f4c3de04..aa5110066df80a6335d2fd4432b9f88e6e9f838e 100644 (file)
@@ -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()