wxPrinter
(wx)See external documentation: wxPrinter.
See external documentation:
Functions
new() -> wxPrinter()
Equivalent to new([]).
new(Options::[Option]) -> wxPrinter()
Option = {data, wxPrintDialogData:wxPrintDialogData()}
See
createAbortWindow(This, Parent, Printout) -> wxWindow:wxWindow()
This = wxPrinter()
Parent = wxWindow:wxWindow()
Printout = wxPrintout:wxPrintout()
See
getLastError() -> wx:wx_enum()
See
Res = ?wxPRINTER_NO_ERROR | ?wxPRINTER_CANCELLED | ?wxPRINTER_ERROR
getPrintDialogData(This) -> wxPrintDialogData:wxPrintDialogData()
This = wxPrinter()
See
print(This, Parent, Printout) -> boolean()
This = wxPrinter()
Parent = wxWindow:wxWindow()
Printout = wxPrintout:wxPrintout()
Equivalent to print(This, Parent, Printout, []).
print(This, Parent, Printout, Options::[Option]) -> boolean()
This = wxPrinter()
Parent = wxWindow:wxWindow()
Printout = wxPrintout:wxPrintout()
Option = {prompt, boolean()}
See
printDialog(This, Parent) -> wxDC:wxDC()
This = wxPrinter()
Parent = wxWindow:wxWindow()
See
reportError(This, Parent, Printout, Message) -> ok
This = wxPrinter()
Parent = wxWindow:wxWindow()
Printout = wxPrintout:wxPrintout()
Message = unicode:chardata()
See
setup(This, Parent) -> boolean()
This = wxPrinter()
Parent = wxWindow:wxWindow()
See
destroy(This::wxPrinter()) -> ok
Destroys this object, do not use object again