X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2edb0bdef6238c8c246b6978bc14828b7033d931..9ce43bfae9c8245d620c9bd7cca50b8fa9d88e38:/docs/latex/wx/metafile.tex diff --git a/docs/latex/wx/metafile.tex b/docs/latex/wx/metafile.tex index ebea0188ec..0b8601c58e 100644 --- a/docs/latex/wx/metafile.tex +++ b/docs/latex/wx/metafile.tex @@ -38,14 +38,14 @@ Destructor. \func{bool}{Ok}{\void} -Returns TRUE if the metafile is valid. +Returns true if the metafile is valid. \membersection{wxMetafile::Play}\label{wxmetafileplay} \func{bool}{Play}{\param{wxDC *}{dc}} Plays the metafile into the given device context, returning -TRUE if successful. +true if successful. \membersection{wxMetafile::SetClipboard} @@ -64,7 +64,7 @@ to keep track of the maximum extent of drawing commands. wxMetafileDC dc; if (dc.Ok()) { - Draw(dc, FALSE); + Draw(dc, false); wxMetafile *mf = dc.Close(); if (mf) {