]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcclient.h
Fix html documentation warnings.
[wxWidgets.git] / interface / wx / dcclient.h
index 17f39ca1a84d4cfea2285b464e0e49c7dea15064..d48807db0d258f437055a4a5b0866ea1b4e1ff49 100644 (file)
@@ -2,13 +2,11 @@
 // Name:        dcclient.h
 // Purpose:     interface of wxClientDC and wxPaintDC
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
     @class wxPaintDC
-    @wxheader{dcclient.h}
 
     A wxPaintDC must be constructed if an application wishes to paint on the
     client area of a window from within an EVT_PAINT() event handler. This
@@ -34,7 +32,7 @@
 
     @see wxDC, wxClientDC, wxMemoryDC, wxWindowDC, wxScreenDC
 */
-class wxPaintDC : public wxWindowDC
+class wxPaintDC : public wxClientDC
 {
 public:
     /**
@@ -47,7 +45,6 @@ public:
 
 /**
     @class wxClientDC
-    @wxheader{dcclient.h}
 
     A wxClientDC must be constructed if an application wishes to paint on the
     client area of a window from outside an EVT_PAINT() handler. This should
@@ -81,7 +78,6 @@ public:
 
 /**
     @class wxWindowDC
-    @wxheader{dcclient.h}
 
     A wxWindowDC must be constructed if an application wishes to paint on the
     whole area of a window (client and decorations). This should normally be