.TH wxPrintPreview 3erl "wx 1.3.1" "" "Erlang Module Definition" .SH NAME wxPrintPreview \- See external documentation: wxPrintPreview. .SH DESCRIPTION .LP See external documentation: wxPrintPreview\&. .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxPrintPreview()\fR\&: .RS 2 .LP An object reference, The representation is internal and can be changed without notice\&. It can\&'t be used for comparsion stored on disc or distributed for use on other nodes\&. .RE .RE .SH EXPORTS .LP .B new(Printout) -> wxPrintPreview() .br .RS .LP Types: .RS 3 Printout = wxPrintout() (see module wxPrintout) .br .RE .RE .RS .LP Equivalent to \fBnew(Printout, [])\fR\&\&. .RE .LP .B new(Printout, Option::[Option]) -> wxPrintPreview() .br .RS .LP Types: .RS 3 Printout = wxPrintout() (see module wxPrintout) .br Option = {printoutForPrinting, wxPrintout() (see module wxPrintout)} | {data, wxPrintDialogData() (see module wxPrintDialogData)} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B new(Printout, PrintoutForPrinting, Data) -> wxPrintPreview() .br .RS .LP Types: .RS 3 Printout = wxPrintout() (see module wxPrintout) .br PrintoutForPrinting = wxPrintout() (see module wxPrintout) .br Data = wxPrintData() (see module wxPrintData) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getCanvas(This) -> wxPreviewCanvas() (see module wxPreviewCanvas) .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getCurrentPage(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getFrame(This) -> wxFrame() (see module wxFrame) .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMaxPage(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMinPage(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPrintout(This) -> wxPrintout() (see module wxPrintout) .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPrintoutForPrinting(This) -> wxPrintout() (see module wxPrintout) .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isOk(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B paintPage(This, Canvas, Dc) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br Canvas = wxPreviewCanvas() (see module wxPreviewCanvas) .br Dc = wxDC() (see module wxDC) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B print(This, Interactive) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br Interactive = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B renderPage(This, PageNum) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br PageNum = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setCanvas(This, Canvas) -> ok .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br Canvas = wxPreviewCanvas() (see module wxPreviewCanvas) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setCurrentPage(This, PageNum) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br PageNum = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setFrame(This, Frame) -> ok .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br Frame = wxFrame() (see module wxFrame) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPrintout(This, Printout) -> ok .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br Printout = wxPrintout() (see module wxPrintout) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setZoom(This, Percent) -> ok .br .RS .LP Types: .RS 3 This = wxPrintPreview() .br Percent = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxPrintPreview()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>