projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added some XSyncs to help size calculations, but positioning
[wxWidgets.git]
/
include
/
wx
/
msw
/
dcclient.h
diff --git
a/include/wx/msw/dcclient.h
b/include/wx/msw/dcclient.h
index 6e665dc436d08ce384eca36ff4a643d8252e02e2..0c2cca05858a4d1aaca46b02379735e1e9c4d0a6 100644
(file)
--- a/
include/wx/msw/dcclient.h
+++ b/
include/wx/msw/dcclient.h
@@
-62,11
+62,16
@@
public:
// Create a DC corresponding to the client area of the window
wxClientDC(wxWindow *win);
// Create a DC corresponding to the client area of the window
wxClientDC(wxWindow *win);
+ virtual ~wxClientDC();
+
+protected:
+ void InitDC();
+
private:
DECLARE_DYNAMIC_CLASS(wxClientDC)
};
private:
DECLARE_DYNAMIC_CLASS(wxClientDC)
};
-class WXDLLEXPORT wxPaintDC : public wx
Window
DC
+class WXDLLEXPORT wxPaintDC : public wx
Client
DC
{
public:
wxPaintDC();
{
public:
wxPaintDC();