wxPrinter
MODULE
wxPrinter
MODULE SUMMARY
See external documentation: wxPrinter.
DESCRIPTION
See external documentation: wxPrinter.
DATA TYPES
EXPORTS
Equivalent to new([]).
new(Options::[Option]) -> wxPrinter()
Types:
Option = {data, wxPrintDialogData() (see module wxPrintDialogData)}
getAbort(This::wxPrinter()) -> bool()
getLastError() -> WxPrinterError
Types:
WxPrinterError = integer()
See external documentation.
WxPrinterError is one of ?wxPRINTER_NO_ERROR | ?wxPRINTER_CANCELLED | ?wxPRINTER_ERROR
getPrintDialogData(This::wxPrinter()) -> wxPrintDialogData() (see module wxPrintDialogData)
Equivalent to print(This, Parent, Printout, []).
Types:
Option = {prompt, bool()}
printDialog(This::wxPrinter(), Parent::wxWindow() (see module wxWindow)) -> wxDC() (see module wxDC)
setup(This::wxPrinter(), Parent::wxWindow() (see module wxWindow)) -> bool()