wxPrinter
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxPrinter.
DATA TYPES
EXPORTS
new() -> wxPrinter()
Equivalent to new([]).
new(Options::[Option]) -> wxPrinter()
Types:
createAbortWindow(This, Parent, Printout) -> wxWindow:wxWindow()
Types:
getLastError() -> wx:wx_enum()
See external documentation.
Res = ?wxPRINTER_NO_ERROR | ?wxPRINTER_CANCELLED | ?wxPRINTER_ERROR
getPrintDialogData(This) -> wxPrintDialogData:wxPrintDialogData()
Types:
print(This, Parent, Printout) -> boolean()
Equivalent to print(This, Parent, Printout, []).
print(This, Parent, Printout, Options::[Option]) -> boolean()
Types:
printDialog(This, Parent) -> wxDC:wxDC()
reportError(This, Parent, Printout, Message) -> ok
Types:
setup(This, Parent) -> boolean()
destroy(This::wxPrinter()) -> ok