]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/gdiobj.h
don't blit too much when copying static box border in OnPaint()
[wxWidgets.git] / interface / gdiobj.h
index 917b0870e1cbd7829af7029af8e59cf021c09ad8..52464ff191caa8ffce87a0644eec28cfaac07310 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        gdiobj.h
-// Purpose:     documentation for wxGDIObject class
+// Purpose:     interface of wxGDIObject
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -23,8 +23,7 @@
     @library{wxcore}
     @category{FIXME}
 
-    @seealso
-    wxPen, wxBrush, wxFont
+    @see wxPen, wxBrush, wxFont
 */
 class wxGDIObject : public wxObject
 {
@@ -34,3 +33,4 @@ public:
     */
     wxGDIObject();
 };
+