X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..e70abc2dd7d3c40677f1c94eb3b499f09129934c:/interface/dc.h diff --git a/interface/dc.h b/interface/dc.h index a0cbcba42c..c9e51e7e05 100644 --- a/interface/dc.h +++ b/interface/dc.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: dc.h -// Purpose: documentation for wxDC class +// Purpose: interface of wxDC // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -28,10 +28,9 @@ them. @library{wxcore} - @category{dc} + @category{dc,gdi} - @seealso - Overview + @see Overview() */ class wxDC : public wxObject { @@ -468,7 +467,7 @@ public: /** Returns the depth (number of bits/pixel) of this DC. - @see wxDisplayDepth + @see wxDisplayDepth() */ int GetDepth() const; @@ -975,6 +974,7 @@ public: }; + /** @class wxDCClipper @wxheader{dc.h} @@ -1002,8 +1002,7 @@ public: @library{wxcore} @category{gdi} - @seealso - wxDC::SetClippingRegion + @see wxDC::SetClippingRegion */ class wxDCClipper { @@ -1020,3 +1019,4 @@ public: wxDCClipper(wxDC& dc, int x, int y, int w, int h); //@} }; +