• 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:is

21 In most cases, the only class you will need to derive from is
22 \helpref{wxPrintout}{wxprintout}; all others will be used as-is.
32 A document's printing ability is represented in an application by a derived
36 (from the printing sample) shows how easy it is to initiate printing, previewing
39 user interface functionality is taken care of by wxWidgets. For more details on how
40 MyPrintout is defined, please look at the printout sample code.
64 is passed to it. This wxDC could be a \helpref{wxMemoryDC}{wxmemorydc} (for
97 forth. In most cases you will use this class as-is, but you can create your own
103 Class wxPrinterDC is the wxDC that represents the actual printed page under MSW
109 the printable area seen by the application, and under MSW and Mac, it is the
111 rectangle is the entire page.) The inherited function
114 rectangle; that is, the page rect is given by wxRect(0, 0, w, h), where (w,h)
127 Class wxPostScriptDC is the wxDC that represents the actual printed page under
133 Unlike a wxPrinterDC, there is no distinction between the page rectangle and the
143 construction, which is used to populate the dialog.
147 Class wxPrintData is a subset of wxPrintDialogData that is used (internally) to
148 initialize a wxPrinterDC or wxPostScriptDC. (In fact, a wxPrintData is a data
167 with a wxPageSetupDialogData object at intialization, which is used to populate
168 the dialog; when the dialog is dismissed, this object contains the settings
199 programming interface - instead, displaying on screen is done
209 by which especially the font problem is mostly solved. Beginning
211 these libraries if wxWidgets is configured accordingly and if the