1wxPrinter(3) Erlang Module Definition wxPrinter(3)
2
3
4
6 wxPrinter - See external documentation: wxPrinter.
7
9 See external documentation: wxPrinter.
10
12 wxPrinter():
13
14
15 An object reference, The representation is internal and can be
16 changed without notice. It can't be used for comparsion stored on
17 disc or distributed for use on other nodes.
18
20 new() -> wxPrinter()
21
22 Equivalent to new([]).
23
24 new(Options::[Option]) -> wxPrinter()
25
26 Types:
27
28 Option = {data, wxPrintDialogData:wxPrintDialogData()}
29
30 See external documentation.
31
32 createAbortWindow(This, Parent, Printout) -> wxWindow:wxWindow()
33
34 Types:
35
36 This = wxPrinter()
37 Parent = wxWindow:wxWindow()
38 Printout = wxPrintout:wxPrintout()
39
40 See external documentation.
41
42 getAbort(This) -> boolean()
43
44 Types:
45
46 This = wxPrinter()
47
48 See external documentation.
49
50 getLastError() -> wx:wx_enum()
51
52 See external documentation.
53 Res = ?wxPRINTER_NO_ERROR | ?wxPRINTER_CANCELLED |
54 ?wxPRINTER_ERROR
55
56 getPrintDialogData(This) -> wxPrintDialogData:wxPrintDialogData()
57
58 Types:
59
60 This = wxPrinter()
61
62 See external documentation.
63
64 print(This, Parent, Printout) -> boolean()
65
66 Types:
67
68 This = wxPrinter()
69 Parent = wxWindow:wxWindow()
70 Printout = wxPrintout:wxPrintout()
71
72 Equivalent to print(This, Parent, Printout, []).
73
74 print(This, Parent, Printout, Options::[Option]) -> boolean()
75
76 Types:
77
78 This = wxPrinter()
79 Parent = wxWindow:wxWindow()
80 Printout = wxPrintout:wxPrintout()
81 Option = {prompt, boolean()}
82
83 See external documentation.
84
85 printDialog(This, Parent) -> wxDC:wxDC()
86
87 Types:
88
89 This = wxPrinter()
90 Parent = wxWindow:wxWindow()
91
92 See external documentation.
93
94 reportError(This, Parent, Printout, Message) -> ok
95
96 Types:
97
98 This = wxPrinter()
99 Parent = wxWindow:wxWindow()
100 Printout = wxPrintout:wxPrintout()
101 Message = unicode:chardata()
102
103 See external documentation.
104
105 setup(This, Parent) -> boolean()
106
107 Types:
108
109 This = wxPrinter()
110 Parent = wxWindow:wxWindow()
111
112 See external documentation.
113
114 destroy(This::wxPrinter()) -> ok
115
116 Destroys this object, do not use object again
117
119 <>
120
121
122
123 wx 1.9.3 wxPrinter(3)