wxPrinter
Module
wxPrinter
Module Summary
See external documentation: wxPrinter.
Description
See external documentation: wxPrinter.
DATA TYPES
Exports
new() -> wxPrinter()
Equivalent to new([]).
new(Options::[Option]) -> wxPrinter()
Types
Option = {data, wxPrintDialogData:wxPrintDialogData()}
createAbortWindow(This, Parent, Printout) -> wxWindow:wxWindow()
Types
This = wxPrinter()
getLastError() -> wx:wx_enum()
See external documentation.
Res = ?wxPRINTER_NO_ERROR | ?wxPRINTER_CANCELLED | ?wxPRINTER_ERROR
getPrintDialogData(This) -> wxPrintDialogData:wxPrintDialogData()
Types
This = wxPrinter()
print(This, Parent, Printout) -> boolean()
Equivalent to print(This, Parent, Printout, []).
print(This, Parent, Printout, Options::[Option]) -> boolean()
Types
This = wxPrinter()
Parent = wxWindow:wxWindow()
Printout = wxPrintout:wxPrintout()
Option = {prompt, boolean()}
printDialog(This, Parent) -> wxDC:wxDC()
reportError(This, Parent, Printout, Message) -> ok
Types
This = wxPrinter()
Parent = wxWindow:wxWindow()
Printout = wxPrintout:wxPrintout()
Message = unicode:chardata()
setup(This, Parent) -> boolean()
destroy(This::wxPrinter()) -> ok