]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/dcbuffer.h
no need to export private list/arrays of generic controls' implementations
[wxWidgets.git] / interface / dcbuffer.h
index 912e37738994243593c5bd568b3c14c3e6d19b95..5d1dcf59567d2c3e6777451c275d2299d8ce3f56 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        dcbuffer.h
-// Purpose:     documentation for wxBufferedDC class
+// Purpose:     interface of wxBufferedDC
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -38,8 +38,7 @@
     @library{wxcore}
     @category{dc}
 
-    @seealso
-    wxDC, wxMemoryDC, wxBufferedPaintDC, wxAutoBufferedPaintDC
+    @see wxDC, wxMemoryDC, wxBufferedPaintDC, wxAutoBufferedPaintDC
 */
 class wxBufferedDC : public wxMemoryDC
 {
@@ -50,7 +49,7 @@ public:
         Init() methods later in order to use the object.
         The other constructors initialize the object immediately and @c Init()
         must not be called after using them.
-        
+
         @param dc
             The underlying DC: everything drawn to this object will be
             flushed to this DC when this object is destroyed.  You may pass @NULL
@@ -99,6 +98,7 @@ public:
 };
 
 
+
 /**
     @class wxAutoBufferedPaintDC
     @wxheader{dcbuffer.h}
@@ -120,8 +120,7 @@ public:
     @library{wxbase}
     @category{dc}
 
-    @seealso
-    wxDC, wxBufferedPaintDC
+    @see wxDC, wxBufferedPaintDC
 */
 class wxAutoBufferedPaintDC : public wxBufferedPaintDC
 {
@@ -133,6 +132,7 @@ public:
 };
 
 
+
 /**
     @class wxBufferedPaintDC
     @wxheader{dcbuffer.h}
@@ -152,8 +152,7 @@ public:
     @library{wxcore}
     @category{dc}
 
-    @seealso
-    wxDC, wxBufferedDC, wxAutoBufferedPaintDC
+    @see wxDC, wxBufferedDC, wxAutoBufferedPaintDC
 */
 class wxBufferedPaintDC : public wxBufferedDC
 {
@@ -182,3 +181,4 @@ public:
         object, using a wxPaintDC.
     */
 };
+