X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..2d1d813e2dc392d2480a2dc9cdf61ce6330db72d:/docs/latex/wx/tprint.tex diff --git a/docs/latex/wx/tprint.tex b/docs/latex/wx/tprint.tex index 463f8d3689..df5a703f3e 100644 --- a/docs/latex/wx/tprint.tex +++ b/docs/latex/wx/tprint.tex @@ -13,7 +13,7 @@ Classes: \helpref{wxPrintout}{wxprintout}, The printing framework relies on the application to provide classes whose member functions can respond to particular requests, such as `print this page' or `does this page exist in the document?'. -This method allows wxWindows to take over the housekeeping duties of +This method allows wxWidgets to take over the housekeeping duties of turning preview pages, calling the print dialog box, creating the printer device context, and so on: the application can concentrate on the rendering of the information onto a device context. @@ -30,7 +30,7 @@ previewing. The following code (from the printing sample) shows how easy it is to initiate printing, previewing and the print setup dialog, once the wxPrintout functionality has been defined. Notice the use of MyPrintout for both printing and previewing. All the preview user interface functionality -is taken care of by wxWindows. For details on how MyPrintout is defined, +is taken care of by wxWidgets. For details on how MyPrintout is defined, please look at the printout sample code. \begin{verbatim}