wxPrintPreview(3erl) | Erlang Module Definition | wxPrintPreview(3erl) |
wxPrintPreview - See external documentation: wxPrintPreview.
See external documentation: wxPrintPreview.
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.
new(Printout) -> wxPrintPreview()
Types:
Equivalent to new(Printout, []).
new(Printout, Options::[Option]) -> wxPrintPreview()
Types:
See external documentation.
new(Printout, PrintoutForPrinting, Data) ->
wxPrintPreview()
Types:
See external documentation.
getCanvas(This) -> wxPreviewCanvas:wxPreviewCanvas()
Types:
See external documentation.
getCurrentPage(This) -> integer()
Types:
See external documentation.
getFrame(This) -> wxFrame:wxFrame()
Types:
See external documentation.
getMaxPage(This) -> integer()
Types:
See external documentation.
getMinPage(This) -> integer()
Types:
See external documentation.
getPrintout(This) -> wxPrintout:wxPrintout()
Types:
See external documentation.
getPrintoutForPrinting(This) -> wxPrintout:wxPrintout()
Types:
See external documentation.
isOk(This) -> boolean()
Types:
See external documentation.
paintPage(This, Canvas, Dc) -> boolean()
Types:
See external documentation.
print(This, Interactive) -> boolean()
Types:
See external documentation.
renderPage(This, PageNum) -> boolean()
Types:
See external documentation.
setCanvas(This, Canvas) -> ok
Types:
See external documentation.
setCurrentPage(This, PageNum) -> boolean()
Types:
See external documentation.
setFrame(This, Frame) -> ok
Types:
See external documentation.
setPrintout(This, Printout) -> ok
Types:
See external documentation.
setZoom(This, Percent) -> ok
Types:
See external documentation.
destroy(This::wxPrintPreview()) -> ok
Destroys this object, do not use object again
<>
wx 1.9.2 |