1wxPrintPreview(3)          Erlang Module Definition          wxPrintPreview(3)
2
3
4

NAME

6       wxPrintPreview - See external documentation: wxPrintPreview.
7

DESCRIPTION

9       See external documentation: wxPrintPreview.
10

DATA TYPES

12         wxPrintPreview():
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

EXPORTS

20       new(Printout) -> wxPrintPreview()
21
22              Types:
23
24                 Printout = wxPrintout:wxPrintout()
25
26              Equivalent to new(Printout, []).
27
28       new(Printout, Options::[Option]) -> wxPrintPreview()
29
30              Types:
31
32                 Printout = wxPrintout:wxPrintout()
33                 Option  =  {printoutForPrinting,  wxPrintout:wxPrintout()}  |
34                 {data, wxPrintDialogData:wxPrintDialogData()}
35
36              See external documentation.
37
38       new(Printout, PrintoutForPrinting, Data) -> wxPrintPreview()
39
40              Types:
41
42                 Printout = wxPrintout:wxPrintout()
43                 PrintoutForPrinting = wxPrintout:wxPrintout()
44                 Data = wxPrintData:wxPrintData()
45
46              See external documentation.
47
48       getCanvas(This) -> wxPreviewCanvas:wxPreviewCanvas()
49
50              Types:
51
52                 This = wxPrintPreview()
53
54              See external documentation.
55
56       getCurrentPage(This) -> integer()
57
58              Types:
59
60                 This = wxPrintPreview()
61
62              See external documentation.
63
64       getFrame(This) -> wxFrame:wxFrame()
65
66              Types:
67
68                 This = wxPrintPreview()
69
70              See external documentation.
71
72       getMaxPage(This) -> integer()
73
74              Types:
75
76                 This = wxPrintPreview()
77
78              See external documentation.
79
80       getMinPage(This) -> integer()
81
82              Types:
83
84                 This = wxPrintPreview()
85
86              See external documentation.
87
88       getPrintout(This) -> wxPrintout:wxPrintout()
89
90              Types:
91
92                 This = wxPrintPreview()
93
94              See external documentation.
95
96       getPrintoutForPrinting(This) -> wxPrintout:wxPrintout()
97
98              Types:
99
100                 This = wxPrintPreview()
101
102              See external documentation.
103
104       isOk(This) -> boolean()
105
106              Types:
107
108                 This = wxPrintPreview()
109
110              See external documentation.
111
112       paintPage(This, Canvas, Dc) -> boolean()
113
114              Types:
115
116                 This = wxPrintPreview()
117                 Canvas = wxPreviewCanvas:wxPreviewCanvas()
118                 Dc = wxDC:wxDC()
119
120              See external documentation.
121
122       print(This, Interactive) -> boolean()
123
124              Types:
125
126                 This = wxPrintPreview()
127                 Interactive = boolean()
128
129              See external documentation.
130
131       renderPage(This, PageNum) -> boolean()
132
133              Types:
134
135                 This = wxPrintPreview()
136                 PageNum = integer()
137
138              See external documentation.
139
140       setCanvas(This, Canvas) -> ok
141
142              Types:
143
144                 This = wxPrintPreview()
145                 Canvas = wxPreviewCanvas:wxPreviewCanvas()
146
147              See external documentation.
148
149       setCurrentPage(This, PageNum) -> boolean()
150
151              Types:
152
153                 This = wxPrintPreview()
154                 PageNum = integer()
155
156              See external documentation.
157
158       setFrame(This, Frame) -> ok
159
160              Types:
161
162                 This = wxPrintPreview()
163                 Frame = wxFrame:wxFrame()
164
165              See external documentation.
166
167       setPrintout(This, Printout) -> ok
168
169              Types:
170
171                 This = wxPrintPreview()
172                 Printout = wxPrintout:wxPrintout()
173
174              See external documentation.
175
176       setZoom(This, Percent) -> ok
177
178              Types:
179
180                 This = wxPrintPreview()
181                 Percent = integer()
182
183              See external documentation.
184
185       destroy(This::wxPrintPreview()) -> ok
186
187              Destroys this object, do not use object again
188

AUTHORS

190       <>
191
192
193
194                                   wx 1.8.7                  wxPrintPreview(3)
Impressum