projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
set the initial size of bitmap buttons correctly again after it was broken by r61081...
[wxWidgets.git]
/
include
/
wx
/
dc.h
diff --git
a/include/wx/dc.h
b/include/wx/dc.h
index b9283143868731be6805bd441b80f988f4c3de04..aa5110066df80a6335d2fd4432b9f88e6e9f838e 100644
(file)
--- 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()