X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..b5cc5cbd6670e0e9ac9e22d02157c6e9502ab1b3:/interface/dcscreen.h?ds=sidebyside diff --git a/interface/dcscreen.h b/interface/dcscreen.h index 7c4854c7ea..17bc9cec98 100644 --- a/interface/dcscreen.h +++ b/interface/dcscreen.h @@ -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); //@} }; +