.TH wxPrinter 3erl "wx 1.8" "" "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 wxPrinter(): .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() -> \fBwxPrinter()\fR\& .br .RS .LP Equivalent to \fBnew([])\fR\&\&. .RE .LP .B new(Options::[Option]) -> \fBwxPrinter()\fR\& .br .RS .LP Types: .RS 3 Option = {data, \fBwxPrintDialogData:wxPrintDialogData()\fR\&} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B createAbortWindow(This, Parent, Printout) -> \fBwxWindow:wxWindow()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxPrinter()\fR\& .br Parent = \fBwxWindow:wxWindow()\fR\& .br Printout = \fBwxPrintout:wxPrintout()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getAbort(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxPrinter()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getLastError() -> \fBwx:wx_enum()\fR\& .br .RS .LP See external documentation\&. .br Res = ?wxPRINTER_NO_ERROR | ?wxPRINTER_CANCELLED | ?wxPRINTER_ERROR .RE .LP .B getPrintDialogData(This) -> \fBwxPrintDialogData:wxPrintDialogData()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxPrinter()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B print(This, Parent, Printout) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxPrinter()\fR\& .br Parent = \fBwxWindow:wxWindow()\fR\& .br Printout = \fBwxPrintout:wxPrintout()\fR\& .br .RE .RE .RS .LP Equivalent to \fBprint(This, Parent, Printout, [])\fR\&\&. .RE .LP .B print(This, Parent, Printout, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxPrinter()\fR\& .br Parent = \fBwxWindow:wxWindow()\fR\& .br Printout = \fBwxPrintout:wxPrintout()\fR\& .br Option = {prompt, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B printDialog(This, Parent) -> \fBwxDC:wxDC()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxPrinter()\fR\& .br Parent = \fBwxWindow:wxWindow()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B reportError(This, Parent, Printout, Message) -> ok .br .RS .LP Types: .RS 3 This = \fBwxPrinter()\fR\& .br Parent = \fBwxWindow:wxWindow()\fR\& .br Printout = \fBwxPrintout:wxPrintout()\fR\& .br Message = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setup(This, Parent) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxPrinter()\fR\& .br Parent = \fBwxWindow:wxWindow()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxPrinter()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>