]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/screendc.tex
1. added wxTE_AUTO_URL style and support for it under Win32 (and brief
[wxWidgets.git] / docs / latex / wx / screendc.tex
index 9c5b06a3efa29ba02299a6ffd9c683b39dd832d5..e11ccd59358a5e3e4714774862f67a14e00c3200 100644 (file)
@@ -8,6 +8,10 @@ a wxScreenDC object.
 
 \helpref{wxDC}{wxdc}
 
+\wxheading{Include files}
+
+<wx/dcscreen.h>
+
 \wxheading{See also}
 
 \helpref{wxDC}{wxdc}, \helpref{wxMemoryDC}{wxmemorydc}, \helpref{wxPaintDC}{wxpaintdc},\rtfsp
@@ -45,6 +49,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}