1wxPrintDialogData(3) Erlang Module Definition wxPrintDialogData(3)
2
3
4
6 wxPrintDialogData - See external documentation: wxPrintDialogData.
7
9 See external documentation: wxPrintDialogData.
10
12 wxPrintDialogData():
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() -> wxPrintDialogData()
21
22 See external documentation.
23
24 new(DialogData) -> wxPrintDialogData()
25
26 Types:
27
28 DialogData = wxPrintDialogData() | wxPrintData:wxPrintData()
29
30 See external documentation.
31
32 enableHelp(This, Flag) -> ok
33
34 Types:
35
36 This = wxPrintDialogData()
37 Flag = boolean()
38
39 See external documentation.
40
41 enablePageNumbers(This, Flag) -> ok
42
43 Types:
44
45 This = wxPrintDialogData()
46 Flag = boolean()
47
48 See external documentation.
49
50 enablePrintToFile(This, Flag) -> ok
51
52 Types:
53
54 This = wxPrintDialogData()
55 Flag = boolean()
56
57 See external documentation.
58
59 enableSelection(This, Flag) -> ok
60
61 Types:
62
63 This = wxPrintDialogData()
64 Flag = boolean()
65
66 See external documentation.
67
68 getAllPages(This) -> boolean()
69
70 Types:
71
72 This = wxPrintDialogData()
73
74 See external documentation.
75
76 getCollate(This) -> boolean()
77
78 Types:
79
80 This = wxPrintDialogData()
81
82 See external documentation.
83
84 getFromPage(This) -> integer()
85
86 Types:
87
88 This = wxPrintDialogData()
89
90 See external documentation.
91
92 getMaxPage(This) -> integer()
93
94 Types:
95
96 This = wxPrintDialogData()
97
98 See external documentation.
99
100 getMinPage(This) -> integer()
101
102 Types:
103
104 This = wxPrintDialogData()
105
106 See external documentation.
107
108 getNoCopies(This) -> integer()
109
110 Types:
111
112 This = wxPrintDialogData()
113
114 See external documentation.
115
116 getPrintData(This) -> wxPrintData:wxPrintData()
117
118 Types:
119
120 This = wxPrintDialogData()
121
122 See external documentation.
123
124 getPrintToFile(This) -> boolean()
125
126 Types:
127
128 This = wxPrintDialogData()
129
130 See external documentation.
131
132 getSelection(This) -> boolean()
133
134 Types:
135
136 This = wxPrintDialogData()
137
138 See external documentation.
139
140 getToPage(This) -> integer()
141
142 Types:
143
144 This = wxPrintDialogData()
145
146 See external documentation.
147
148 isOk(This) -> boolean()
149
150 Types:
151
152 This = wxPrintDialogData()
153
154 See external documentation.
155
156 setCollate(This, Flag) -> ok
157
158 Types:
159
160 This = wxPrintDialogData()
161 Flag = boolean()
162
163 See external documentation.
164
165 setFromPage(This, V) -> ok
166
167 Types:
168
169 This = wxPrintDialogData()
170 V = integer()
171
172 See external documentation.
173
174 setMaxPage(This, V) -> ok
175
176 Types:
177
178 This = wxPrintDialogData()
179 V = integer()
180
181 See external documentation.
182
183 setMinPage(This, V) -> ok
184
185 Types:
186
187 This = wxPrintDialogData()
188 V = integer()
189
190 See external documentation.
191
192 setNoCopies(This, V) -> ok
193
194 Types:
195
196 This = wxPrintDialogData()
197 V = integer()
198
199 See external documentation.
200
201 setPrintData(This, PrintData) -> ok
202
203 Types:
204
205 This = wxPrintDialogData()
206 PrintData = wxPrintData:wxPrintData()
207
208 See external documentation.
209
210 setPrintToFile(This, Flag) -> ok
211
212 Types:
213
214 This = wxPrintDialogData()
215 Flag = boolean()
216
217 See external documentation.
218
219 setSelection(This, Flag) -> ok
220
221 Types:
222
223 This = wxPrintDialogData()
224 Flag = boolean()
225
226 See external documentation.
227
228 setToPage(This, V) -> ok
229
230 Types:
231
232 This = wxPrintDialogData()
233 V = integer()
234
235 See external documentation.
236
237 destroy(This::wxPrintDialogData()) -> ok
238
239 Destroys this object, do not use object again
240
242 <>
243
244
245
246 wx 1.8.7 wxPrintDialogData(3)