X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..c29c95fe24973b94fd724db767193171ca7c513d:/interface/wx/dcclient.h?ds=sidebyside diff --git a/interface/wx/dcclient.h b/interface/wx/dcclient.h index 17f39ca1a8..082669a938 100644 --- a/interface/wx/dcclient.h +++ b/interface/wx/dcclient.h @@ -3,12 +3,11 @@ // 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 @@ -47,7 +46,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 +79,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