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