]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/dcscreen.h
use wxEmptyString as default value to return from GetAttribute()
[wxWidgets.git] / interface / dcscreen.h
index 7c4854c7ea66bb203ddab07ee616df49eda1e79e..17bc9cec98e529bd772babfd4541aee1a0f3f727 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        dcscreen.h
-// Purpose:     documentation for wxScreenDC class
+// Purpose:     interface of wxScreenDC
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -17,8 +17,7 @@
     @library{wxcore}
     @category{dc}
 
-    @seealso
-    wxDC, wxMemoryDC, wxPaintDC, wxClientDC, wxWindowDC
+    @see wxDC, wxMemoryDC, wxPaintDC, wxClientDC, wxWindowDC
 */
 class wxScreenDC : public wxDC
 {
@@ -54,7 +53,7 @@ public:
         You might use this pair of functions when implementing a drag feature, for
         example
         as in the wxSplitterWindow implementation.
-        
+
         @remarks This function is probably obsolete since the X implementations
                  allow drawing directly on the screen now. However, the
                  fact that this function allows the screen to be
@@ -65,3 +64,4 @@ public:
     bool StartDrawingOnTop(wxRect* rect = NULL);
     //@}
 };
+