wxPrinter(3erl) | Erlang Module Definition | wxPrinter(3erl) |
wxPrinter - See external documentation: wxPrinter.
See external documentation: wxPrinter.
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
new() -> wxPrinter()
Equivalent to new([]).
new(Options::[Option]) -> wxPrinter()
Types:
See external documentation.
createAbortWindow(This, Parent, Printout) ->
wxWindow:wxWindow()
Types:
See external documentation.
getAbort(This) -> boolean()
Types:
See external documentation.
getLastError() -> wx:wx_enum()
See external documentation.
Res = ?wxPRINTER_NO_ERROR | ?wxPRINTER_CANCELLED | ?wxPRINTER_ERROR
getPrintDialogData(This) ->
wxPrintDialogData:wxPrintDialogData()
Types:
See external documentation.
print(This, Parent, Printout) -> boolean()
Types:
Equivalent to print(This, Parent, Printout, []).
print(This, Parent, Printout, Options::[Option]) ->
boolean()
Types:
See external documentation.
printDialog(This, Parent) -> wxDC:wxDC()
Types:
See external documentation.
reportError(This, Parent, Printout, Message) -> ok
Types:
See external documentation.
setup(This, Parent) -> boolean()
Types:
See external documentation.
destroy(This::wxPrinter()) -> ok
Destroys this object, do not use object again
<>
wx 1.9.2 |