]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/dc.h
Don't accept picker text events from any old text control
[wxWidgets.git] / interface / dc.h
index a0cbcba42cc3d3d719024e43d9b8d3400039101f..c9e51e7e0525114af3035355a5afb0d04402f85b 100644 (file)
@@ -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
     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);
     //@}
 };
+