• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:and

18 creating the printer device context, and so on: the application can concentrate
24 A brief description of each class's role and how they work together follows.
33 wxPrintout class. This class prints a page on request, and can be passed to the
37 and the print setup dialog, once the wxPrintout functionality has been defined.
38 Notice the use of MyPrintout for both printing and previewing. All the preview
52 // Pass two printout objects: for preview, and possible printing.
62 Class \helpref{wxPrintout}{wxprintout} assembles the printed page and (using
66 (for printing under MSW and Mac), or a \helpref{wxPostScriptDC}{wxpostscriptdc}
79 and printed images. This class provides a set of routines named
80 FitThisSizeToXXX(), MapScreenSizeToXXX(), and GetLogicalXXXRect, which can be
81 used to set the user scale and origin of the wxPrintout's DC so that your class
83 screen and printer PPI and scaling. See the printing sample for examples of how
96 and manages the display of multiple pages, a zoomable preview image, and so
104 and Mac. During printing, an object of this class will be passed to your derived
106 paper orientation and the resolution of the printer.
109 the printable area seen by the application, and under MSW and Mac, it is the
119 of the paper rectangle will have small negative values, while the width and
128 GTK and other PostScript printing. During printing, an object of this class will
133 Unlike a wxPrinterDC, there is no distinction between the page rectangle and the
149 member of a wxPrintDialogData and a wxPageSetupDialogData). Essentially,
158 dialog. It contains such things as page range, number of copies, and so forth.
166 to specify the orientation, paper size, and related settings. You provide it
169 chosen by the user, including orientation and/or page margins.
180 size), orientation, margins, and so forth. Note that not all platforms populate
184 You will typically create a global instance of each of a wxPrintData and
188 initialize the dialog values and to be updated by the dialog. The framework then
190 (from the wxPrintDialogData) or the paper size and/or page orientation (from the
197 does not provide a standard way to display text and graphics
198 on screen and print it to a printer using the same application
208 support through the libgnomeprint and libgnomeprintui libraries
211 these libraries if wxWidgets is configured accordingly and if the
213 {\it configure --with-gnomeprint} switch and your application will
223 development branch and it will be available for wxWidgets 3.0.