.TH wxPrinter 3erl "wx 1.9.2" "" "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() -> wxPrinter() .br .RS .LP Equivalent to new([])\&. .RE .LP .B new(Options::[Option]) -> wxPrinter() .br .RS .LP Types: .RS 3 Option = {data, wxPrintDialogData:wxPrintDialogData()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B createAbortWindow(This, Parent, Printout) -> wxWindow:wxWindow() .br .RS .LP Types: .RS 3 This = wxPrinter() .br Parent = wxWindow:wxWindow() .br Printout = wxPrintout: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:wx_enum() .br .RS .LP See external documentation\&. .br Res = ?wxPRINTER_NO_ERROR | ?wxPRINTER_CANCELLED | ?wxPRINTER_ERROR .RE .LP .B getPrintDialogData(This) -> wxPrintDialogData: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:wxWindow() .br Printout = wxPrintout:wxPrintout() .br .RE .RE .RS .LP Equivalent to print(This, Parent, Printout, [])\&. .RE .LP .B print(This, Parent, Printout, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxPrinter() .br Parent = wxWindow:wxWindow() .br Printout = wxPrintout:wxPrintout() .br Option = {prompt, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B printDialog(This, Parent) -> wxDC:wxDC() .br .RS .LP Types: .RS 3 This = wxPrinter() .br Parent = wxWindow: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:wxWindow() .br Printout = wxPrintout:wxPrintout() .br Message = unicode:chardata() .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: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 <>