.TH wxPrinter 3erl "wx 1.3.1" "" "Erlang Module Definition" .SH NAME wxPrinter \- See external documentation: wxPrinter. .SH DESCRIPTION .LP See external documentation: wxPrinter\&. .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxPrinter()\fR\&: .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> wxPrinter() .br .RS .LP Equivalent to \fBnew([])\fR\&\&. .RE .LP .B new(Option::[Option]) -> wxPrinter() .br .RS .LP Types: .RS 3 Option = {data, wxPrintDialogData() (see module wxPrintDialogData)} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B createAbortWindow(This, Parent, Printout) -> wxWindow() (see module wxWindow) .br .RS .LP Types: .RS 3 This = wxPrinter() .br Parent = wxWindow() (see module wxWindow) .br Printout = wxPrintout() (see module wxPrintout) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getAbort(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrinter() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getLastError() -> wx_enum() (see module wx) .br .RS .LP See external documentation\&. .br Res = ?wxPRINTER_NO_ERROR | ?wxPRINTER_CANCELLED | ?wxPRINTER_ERROR .RE .LP .B getPrintDialogData(This) -> wxPrintDialogData() (see module wxPrintDialogData) .br .RS .LP Types: .RS 3 This = wxPrinter() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B print(This, Parent, Printout) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrinter() .br Parent = wxWindow() (see module wxWindow) .br Printout = wxPrintout() (see module wxPrintout) .br .RE .RE .RS .LP Equivalent to \fBprint(This, Parent, Printout, [])\fR\&\&. .RE .LP .B print(This, Parent, Printout, Option::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrinter() .br Parent = wxWindow() (see module wxWindow) .br Printout = wxPrintout() (see module wxPrintout) .br Option = {prompt, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B printDialog(This, Parent) -> wxDC() (see module wxDC) .br .RS .LP Types: .RS 3 This = wxPrinter() .br Parent = wxWindow() (see module wxWindow) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B reportError(This, Parent, Printout, Message) -> ok .br .RS .LP Types: .RS 3 This = wxPrinter() .br Parent = wxWindow() (see module wxWindow) .br Printout = wxPrintout() (see module wxPrintout) .br Message = chardata() (see module unicode) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setup(This, Parent) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrinter() .br Parent = wxWindow() (see module wxWindow) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxPrinter()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>