wxErlang

Reference Manual

Version 1.8.2

Table of Contents

wxPrinter

Module

wxPrinter

Module Summary

See external documentation: wxPrinter.

Description

See external documentation: wxPrinter.

DATA TYPES

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.

Exports

new() -> wxPrinter()

Equivalent to new([]).

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

Types

createAbortWindow(This, Parent, Printout) -> wxWindow:wxWindow()

Types

This = wxPrinter()

getAbort(This) -> boolean()

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()

Types

This = wxPrinter()

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

Types

This = wxPrinter()
Option = {prompt, boolean()}

printDialog(This, Parent) -> wxDC:wxDC()

Types

This = wxPrinter()

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

Types

This = wxPrinter()
Message = unicode:chardata()

setup(This, Parent) -> boolean()

Types

This = wxPrinter()

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

Destroys this object, do not use object again