X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..d43d449bdd10d1feb1c906daf8a661f2d340f2f8:/docs/latex/wx/screendc.tex?ds=sidebyside diff --git a/docs/latex/wx/screendc.tex b/docs/latex/wx/screendc.tex index 9c5b06a3ef..e11ccd5935 100644 --- a/docs/latex/wx/screendc.tex +++ b/docs/latex/wx/screendc.tex @@ -8,6 +8,10 @@ a wxScreenDC object. \helpref{wxDC}{wxdc} +\wxheading{Include files} + + + \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}