wxPrinter

See external documentation: wxPrinter.

See external documentation: wxPrinter.

Types


wxPrinter() = wx:wx_object()

Functions


new() -> wxPrinter()

Equivalent to new([]).

new(Option::[Option]) -> wxPrinter()

  • Option = {data, wxPrintDialogData() (see module wxPrintDialogData)}

See external documentation.

createAbortWindow(This, Parent, Printout) -> wxWindow() (see module wxWindow)

  • This = wxPrinter()
  • Parent = wxWindow() (see module wxWindow)
  • Printout = wxPrintout() (see module wxPrintout)

See external documentation.

getAbort(This) -> boolean()

  • This = wxPrinter()

See external documentation.

getLastError() -> wx_enum() (see module wx)

See external documentation.
Res = ?wxPRINTER_NO_ERROR | ?wxPRINTER_CANCELLED | ?wxPRINTER_ERROR

getPrintDialogData(This) -> wxPrintDialogData() (see module wxPrintDialogData)

  • This = wxPrinter()

See external documentation.

print(This, Parent, Printout) -> boolean()

  • This = wxPrinter()
  • Parent = wxWindow() (see module wxWindow)
  • Printout = wxPrintout() (see module wxPrintout)

print(This, Parent, Printout, Option::[Option]) -> boolean()

  • This = wxPrinter()
  • Parent = wxWindow() (see module wxWindow)
  • Printout = wxPrintout() (see module wxPrintout)
  • Option = {prompt, boolean()}

See external documentation.

printDialog(This, Parent) -> wxDC() (see module wxDC)

  • This = wxPrinter()
  • Parent = wxWindow() (see module wxWindow)

See external documentation.

reportError(This, Parent, Printout, Message) -> ok

  • This = wxPrinter()
  • Parent = wxWindow() (see module wxWindow)
  • Printout = wxPrintout() (see module wxPrintout)
  • Message = chardata() (see module unicode)

See external documentation.

setup(This, Parent) -> boolean()

  • This = wxPrinter()
  • Parent = wxWindow() (see module wxWindow)

See external documentation.

destroy(This::wxPrinter()) -> ok

Destroys this object, do not use object again