]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/screendc.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / screendc.tex
index 9c5b06a3efa29ba02299a6ffd9c683b39dd832d5..fdb558bd149c766ba68b22a1231dd32e16bc2479 100644 (file)
@@ -6,7 +6,16 @@ a wxScreenDC object.
 
 \wxheading{Derived from}
 
-\helpref{wxDC}{wxdc}
+\helpref{wxDC}{wxdc}\\
+\helpref{wxObject}{wxobject}
+
+\wxheading{Include files}
+
+<wx/dcscreen.h>
+
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
 
 \wxheading{See also}
 
@@ -15,7 +24,7 @@ a wxScreenDC object.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxScreenDC::wxScreenDC}
+\membersection{wxScreenDC::wxScreenDC}\label{wxscreendcctor}
 
 \func{}{wxScreenDC}{\void}
 
@@ -45,6 +54,13 @@ to implement this feature.
 You might use this pair of functions when implementing a drag feature, for example
 as in the \helpref{wxSplitterWindow}{wxsplitterwindow} implementation.
 
+\wxheading{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 refreshed afterwards, may be useful to
+some applications.
+
 \membersection{wxScreenDC::EndDrawingOnTop}\label{wxscreendcenddrawingontop}
 
 \func{bool}{EndDrawingOnTop}{\void}