]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/screendc.tex
document LoadObject() (patch 1873045)
[wxWidgets.git] / docs / latex / wx / screendc.tex
index ab31f205bb43c14efc8a060ed9565ac680b83556..fdb558bd149c766ba68b22a1231dd32e16bc2479 100644 (file)
@@ -6,12 +6,17 @@ 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}
 
 \helpref{wxDC}{wxdc}, \helpref{wxMemoryDC}{wxmemorydc}, \helpref{wxPaintDC}{wxpaintdc},\rtfsp
@@ -19,7 +24,7 @@ a wxScreenDC object.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxScreenDC::wxScreenDC}
+\membersection{wxScreenDC::wxScreenDC}\label{wxscreendcctor}
 
 \func{}{wxScreenDC}{\void}
 
@@ -49,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}