]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/screendc.tex
Documented new menu label functions
[wxWidgets.git] / docs / latex / wx / screendc.tex
index ab31f205bb43c14efc8a060ed9565ac680b83556..b70fe986162cd0f4ff1371e1483d7dfc52ba5672 100644 (file)
@@ -12,6 +12,10 @@ a wxScreenDC object.
 
 <wx/dcscreen.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxDC}{wxdc}, \helpref{wxMemoryDC}{wxmemorydc}, \helpref{wxPaintDC}{wxpaintdc},\rtfsp
@@ -19,7 +23,7 @@ a wxScreenDC object.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxScreenDC::wxScreenDC}
+\membersection{wxScreenDC::wxScreenDC}\label{wxscreendcctor}
 
 \func{}{wxScreenDC}{\void}
 
@@ -49,6 +53,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}