~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/wx/src/gen/wxPageSetupDialogData.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-01 10:14:38 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090501101438-6qlr6rsdxgyzrg2z
Tags: 1:13.b-dfsg-2
* Cleaned up patches: removed unneeded patch which helped to support
  different SCTP library versions, made sure that changes for m68k
  architecture applied only when building on this architecture.
* Removed duplicated information from binary packages descriptions.
* Don't require libsctp-dev build-dependency on solaris-i386 architecture
  which allows to build Erlang on Nexenta (thanks to Tim Spriggs for
  the suggestion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%%
 
2
%% %CopyrightBegin%
 
3
%% 
 
4
%% Copyright Ericsson AB 2008-2009. All Rights Reserved.
 
5
%% 
 
6
%% The contents of this file are subject to the Erlang Public License,
 
7
%% Version 1.1, (the "License"); you may not use this file except in
 
8
%% compliance with the License. You should have received a copy of the
 
9
%% Erlang Public License along with this software. If not, it can be
 
10
%% retrieved online at http://www.erlang.org/.
 
11
%% 
 
12
%% Software distributed under the License is distributed on an "AS IS"
 
13
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
14
%% the License for the specific language governing rights and limitations
 
15
%% under the License.
 
16
%% 
 
17
%% %CopyrightEnd%
 
18
%% This file is generated DO NOT EDIT
 
19
 
 
20
%% @doc See external documentation: <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html">wxPageSetupDialogData</a>.
 
21
%% @type wxPageSetupDialogData().  An object reference, The representation is internal
 
22
%% and can be changed without notice. It can't be used for comparsion
 
23
%% stored on disc or distributed for use on other nodes.
 
24
 
 
25
-module(wxPageSetupDialogData).
 
26
-include("wxe.hrl").
 
27
-export([destroy/1,enableHelp/2,enableMargins/2,enableOrientation/2,enablePaper/2,
 
28
  enablePrinter/2,getDefaultInfo/1,getDefaultMinMargins/1,getEnableHelp/1,
 
29
  getEnableMargins/1,getEnableOrientation/1,getEnablePaper/1,getEnablePrinter/1,
 
30
  getMarginBottomRight/1,getMarginTopLeft/1,getMinMarginBottomRight/1,
 
31
  getMinMarginTopLeft/1,getPaperId/1,getPaperSize/1,getPrintData/1,
 
32
  isOk/1,new/0,new/1,setDefaultInfo/2,setDefaultMinMargins/2,setMarginBottomRight/2,
 
33
  setMarginTopLeft/2,setMinMarginBottomRight/2,setMinMarginTopLeft/2,
 
34
  setPaperId/2,setPaperSize/2,setPrintData/2]).
 
35
 
 
36
%% inherited exports
 
37
-export([parent_class/1]).
 
38
 
 
39
%% @hidden
 
40
parent_class(_Class) -> erlang:error({badtype, ?MODULE}).
 
41
 
 
42
%% @spec () -> wxPageSetupDialogData()
 
43
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatawxpagesetupdialogdata">external documentation</a>.
 
44
new() ->
 
45
  wxe_util:construct(?wxPageSetupDialogData_new_0,
 
46
  <<>>).
 
47
 
 
48
%% @spec (PrintData::wxPrintData:wxPrintData() | wxPageSetupDialogData()) -> wxPageSetupDialogData()
 
49
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatawxpagesetupdialogdata">external documentation</a>.
 
50
new(#wx_ref{type=PrintDataT,ref=PrintDataRef}) ->
 
51
  PrintDataOP = case ?CLASS_T(PrintDataT,wxPrintData) of
 
52
     true ->
 
53
       ?wxPageSetupDialogData_new_1_1;
 
54
     _ -> ?CLASS(PrintDataT,wxPageSetupDialogData),
 
55
       ?wxPageSetupDialogData_new_1_0
 
56
     end,
 
57
  wxe_util:construct(PrintDataOP,
 
58
  <<PrintDataRef:32/?UI>>).
 
59
 
 
60
%% @spec (This::wxPageSetupDialogData(), Flag::bool()) -> ok
 
61
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdataenablehelp">external documentation</a>.
 
62
enableHelp(#wx_ref{type=ThisT,ref=ThisRef},Flag)
 
63
 when is_boolean(Flag) ->
 
64
  ?CLASS(ThisT,wxPageSetupDialogData),
 
65
  wxe_util:cast(?wxPageSetupDialogData_EnableHelp,
 
66
  <<ThisRef:32/?UI,(wxe_util:from_bool(Flag)):32/?UI>>).
 
67
 
 
68
%% @spec (This::wxPageSetupDialogData(), Flag::bool()) -> ok
 
69
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdataenablemargins">external documentation</a>.
 
70
enableMargins(#wx_ref{type=ThisT,ref=ThisRef},Flag)
 
71
 when is_boolean(Flag) ->
 
72
  ?CLASS(ThisT,wxPageSetupDialogData),
 
73
  wxe_util:cast(?wxPageSetupDialogData_EnableMargins,
 
74
  <<ThisRef:32/?UI,(wxe_util:from_bool(Flag)):32/?UI>>).
 
75
 
 
76
%% @spec (This::wxPageSetupDialogData(), Flag::bool()) -> ok
 
77
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdataenableorientation">external documentation</a>.
 
78
enableOrientation(#wx_ref{type=ThisT,ref=ThisRef},Flag)
 
79
 when is_boolean(Flag) ->
 
80
  ?CLASS(ThisT,wxPageSetupDialogData),
 
81
  wxe_util:cast(?wxPageSetupDialogData_EnableOrientation,
 
82
  <<ThisRef:32/?UI,(wxe_util:from_bool(Flag)):32/?UI>>).
 
83
 
 
84
%% @spec (This::wxPageSetupDialogData(), Flag::bool()) -> ok
 
85
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdataenablepaper">external documentation</a>.
 
86
enablePaper(#wx_ref{type=ThisT,ref=ThisRef},Flag)
 
87
 when is_boolean(Flag) ->
 
88
  ?CLASS(ThisT,wxPageSetupDialogData),
 
89
  wxe_util:cast(?wxPageSetupDialogData_EnablePaper,
 
90
  <<ThisRef:32/?UI,(wxe_util:from_bool(Flag)):32/?UI>>).
 
91
 
 
92
%% @spec (This::wxPageSetupDialogData(), Flag::bool()) -> ok
 
93
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdataenableprinter">external documentation</a>.
 
94
enablePrinter(#wx_ref{type=ThisT,ref=ThisRef},Flag)
 
95
 when is_boolean(Flag) ->
 
96
  ?CLASS(ThisT,wxPageSetupDialogData),
 
97
  wxe_util:cast(?wxPageSetupDialogData_EnablePrinter,
 
98
  <<ThisRef:32/?UI,(wxe_util:from_bool(Flag)):32/?UI>>).
 
99
 
 
100
%% @spec (This::wxPageSetupDialogData()) -> bool()
 
101
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetdefaultminmargins">external documentation</a>.
 
102
getDefaultMinMargins(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
103
  ?CLASS(ThisT,wxPageSetupDialogData),
 
104
  wxe_util:call(?wxPageSetupDialogData_GetDefaultMinMargins,
 
105
  <<ThisRef:32/?UI>>).
 
106
 
 
107
%% @spec (This::wxPageSetupDialogData()) -> bool()
 
108
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetenablemargins">external documentation</a>.
 
109
getEnableMargins(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
110
  ?CLASS(ThisT,wxPageSetupDialogData),
 
111
  wxe_util:call(?wxPageSetupDialogData_GetEnableMargins,
 
112
  <<ThisRef:32/?UI>>).
 
113
 
 
114
%% @spec (This::wxPageSetupDialogData()) -> bool()
 
115
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetenableorientation">external documentation</a>.
 
116
getEnableOrientation(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
117
  ?CLASS(ThisT,wxPageSetupDialogData),
 
118
  wxe_util:call(?wxPageSetupDialogData_GetEnableOrientation,
 
119
  <<ThisRef:32/?UI>>).
 
120
 
 
121
%% @spec (This::wxPageSetupDialogData()) -> bool()
 
122
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetenablepaper">external documentation</a>.
 
123
getEnablePaper(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
124
  ?CLASS(ThisT,wxPageSetupDialogData),
 
125
  wxe_util:call(?wxPageSetupDialogData_GetEnablePaper,
 
126
  <<ThisRef:32/?UI>>).
 
127
 
 
128
%% @spec (This::wxPageSetupDialogData()) -> bool()
 
129
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetenableprinter">external documentation</a>.
 
130
getEnablePrinter(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
131
  ?CLASS(ThisT,wxPageSetupDialogData),
 
132
  wxe_util:call(?wxPageSetupDialogData_GetEnablePrinter,
 
133
  <<ThisRef:32/?UI>>).
 
134
 
 
135
%% @spec (This::wxPageSetupDialogData()) -> bool()
 
136
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetenablehelp">external documentation</a>.
 
137
getEnableHelp(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
138
  ?CLASS(ThisT,wxPageSetupDialogData),
 
139
  wxe_util:call(?wxPageSetupDialogData_GetEnableHelp,
 
140
  <<ThisRef:32/?UI>>).
 
141
 
 
142
%% @spec (This::wxPageSetupDialogData()) -> bool()
 
143
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetdefaultinfo">external documentation</a>.
 
144
getDefaultInfo(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
145
  ?CLASS(ThisT,wxPageSetupDialogData),
 
146
  wxe_util:call(?wxPageSetupDialogData_GetDefaultInfo,
 
147
  <<ThisRef:32/?UI>>).
 
148
 
 
149
%% @spec (This::wxPageSetupDialogData()) -> {X::integer(),Y::integer()}
 
150
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetmargintopleft">external documentation</a>.
 
151
getMarginTopLeft(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
152
  ?CLASS(ThisT,wxPageSetupDialogData),
 
153
  wxe_util:call(?wxPageSetupDialogData_GetMarginTopLeft,
 
154
  <<ThisRef:32/?UI>>).
 
155
 
 
156
%% @spec (This::wxPageSetupDialogData()) -> {X::integer(),Y::integer()}
 
157
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetmarginbottomright">external documentation</a>.
 
158
getMarginBottomRight(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
159
  ?CLASS(ThisT,wxPageSetupDialogData),
 
160
  wxe_util:call(?wxPageSetupDialogData_GetMarginBottomRight,
 
161
  <<ThisRef:32/?UI>>).
 
162
 
 
163
%% @spec (This::wxPageSetupDialogData()) -> {X::integer(),Y::integer()}
 
164
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetminmargintopleft">external documentation</a>.
 
165
getMinMarginTopLeft(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
166
  ?CLASS(ThisT,wxPageSetupDialogData),
 
167
  wxe_util:call(?wxPageSetupDialogData_GetMinMarginTopLeft,
 
168
  <<ThisRef:32/?UI>>).
 
169
 
 
170
%% @spec (This::wxPageSetupDialogData()) -> {X::integer(),Y::integer()}
 
171
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetminmarginbottomright">external documentation</a>.
 
172
getMinMarginBottomRight(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
173
  ?CLASS(ThisT,wxPageSetupDialogData),
 
174
  wxe_util:call(?wxPageSetupDialogData_GetMinMarginBottomRight,
 
175
  <<ThisRef:32/?UI>>).
 
176
 
 
177
%% @spec (This::wxPageSetupDialogData()) -> integer()
 
178
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetpaperid">external documentation</a>.
 
179
getPaperId(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
180
  ?CLASS(ThisT,wxPageSetupDialogData),
 
181
  wxe_util:call(?wxPageSetupDialogData_GetPaperId,
 
182
  <<ThisRef:32/?UI>>).
 
183
 
 
184
%% @spec (This::wxPageSetupDialogData()) -> {W::integer(),H::integer()}
 
185
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetpapersize">external documentation</a>.
 
186
getPaperSize(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
187
  ?CLASS(ThisT,wxPageSetupDialogData),
 
188
  wxe_util:call(?wxPageSetupDialogData_GetPaperSize,
 
189
  <<ThisRef:32/?UI>>).
 
190
 
 
191
%% @spec (This::wxPageSetupDialogData()) -> wxPrintData:wxPrintData()
 
192
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatagetprintdata">external documentation</a>.
 
193
getPrintData(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
194
  ?CLASS(ThisT,wxPageSetupDialogData),
 
195
  wxe_util:call(?wxPageSetupDialogData_GetPrintData,
 
196
  <<ThisRef:32/?UI>>).
 
197
 
 
198
%% @spec (This::wxPageSetupDialogData()) -> bool()
 
199
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdataisok">external documentation</a>.
 
200
isOk(#wx_ref{type=ThisT,ref=ThisRef}) ->
 
201
  ?CLASS(ThisT,wxPageSetupDialogData),
 
202
  wxe_util:call(?wxPageSetupDialogData_IsOk,
 
203
  <<ThisRef:32/?UI>>).
 
204
 
 
205
%% @spec (This::wxPageSetupDialogData(), Flag::bool()) -> ok
 
206
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatasetdefaultinfo">external documentation</a>.
 
207
setDefaultInfo(#wx_ref{type=ThisT,ref=ThisRef},Flag)
 
208
 when is_boolean(Flag) ->
 
209
  ?CLASS(ThisT,wxPageSetupDialogData),
 
210
  wxe_util:cast(?wxPageSetupDialogData_SetDefaultInfo,
 
211
  <<ThisRef:32/?UI,(wxe_util:from_bool(Flag)):32/?UI>>).
 
212
 
 
213
%% @spec (This::wxPageSetupDialogData(), Flag::bool()) -> ok
 
214
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatasetdefaultminmargins">external documentation</a>.
 
215
setDefaultMinMargins(#wx_ref{type=ThisT,ref=ThisRef},Flag)
 
216
 when is_boolean(Flag) ->
 
217
  ?CLASS(ThisT,wxPageSetupDialogData),
 
218
  wxe_util:cast(?wxPageSetupDialogData_SetDefaultMinMargins,
 
219
  <<ThisRef:32/?UI,(wxe_util:from_bool(Flag)):32/?UI>>).
 
220
 
 
221
%% @spec (This::wxPageSetupDialogData(), Pt::{X::integer(),Y::integer()}) -> ok
 
222
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatasetmargintopleft">external documentation</a>.
 
223
setMarginTopLeft(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY})
 
224
 when is_integer(PtX),is_integer(PtY) ->
 
225
  ?CLASS(ThisT,wxPageSetupDialogData),
 
226
  wxe_util:cast(?wxPageSetupDialogData_SetMarginTopLeft,
 
227
  <<ThisRef:32/?UI,PtX:32/?UI,PtY:32/?UI>>).
 
228
 
 
229
%% @spec (This::wxPageSetupDialogData(), Pt::{X::integer(),Y::integer()}) -> ok
 
230
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatasetmarginbottomright">external documentation</a>.
 
231
setMarginBottomRight(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY})
 
232
 when is_integer(PtX),is_integer(PtY) ->
 
233
  ?CLASS(ThisT,wxPageSetupDialogData),
 
234
  wxe_util:cast(?wxPageSetupDialogData_SetMarginBottomRight,
 
235
  <<ThisRef:32/?UI,PtX:32/?UI,PtY:32/?UI>>).
 
236
 
 
237
%% @spec (This::wxPageSetupDialogData(), Pt::{X::integer(),Y::integer()}) -> ok
 
238
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatasetminmargintopleft">external documentation</a>.
 
239
setMinMarginTopLeft(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY})
 
240
 when is_integer(PtX),is_integer(PtY) ->
 
241
  ?CLASS(ThisT,wxPageSetupDialogData),
 
242
  wxe_util:cast(?wxPageSetupDialogData_SetMinMarginTopLeft,
 
243
  <<ThisRef:32/?UI,PtX:32/?UI,PtY:32/?UI>>).
 
244
 
 
245
%% @spec (This::wxPageSetupDialogData(), Pt::{X::integer(),Y::integer()}) -> ok
 
246
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatasetminmarginbottomright">external documentation</a>.
 
247
setMinMarginBottomRight(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY})
 
248
 when is_integer(PtX),is_integer(PtY) ->
 
249
  ?CLASS(ThisT,wxPageSetupDialogData),
 
250
  wxe_util:cast(?wxPageSetupDialogData_SetMinMarginBottomRight,
 
251
  <<ThisRef:32/?UI,PtX:32/?UI,PtY:32/?UI>>).
 
252
 
 
253
%% @spec (This::wxPageSetupDialogData(), Id::integer()) -> ok
 
254
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatasetpaperid">external documentation</a>.
 
255
setPaperId(#wx_ref{type=ThisT,ref=ThisRef},Id)
 
256
 when is_integer(Id) ->
 
257
  ?CLASS(ThisT,wxPageSetupDialogData),
 
258
  wxe_util:cast(?wxPageSetupDialogData_SetPaperId,
 
259
  <<ThisRef:32/?UI,Id:32/?UI>>).
 
260
 
 
261
%% @spec (This::wxPageSetupDialogData(),X::integer()|term()) -> ok
 
262
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatasetpapersize">external documentation</a>.
 
263
%% <br /> Alternatives: 
 
264
%% <p><c>
 
265
%% setPaperSize(This::wxPageSetupDialogData(), Id::integer()) -> ok </c>
 
266
%% </p>
 
267
%% <p><c>
 
268
%% setPaperSize(This::wxPageSetupDialogData(), Sz::{W::integer(),H::integer()}) -> ok </c>
 
269
%% </p>
 
270
setPaperSize(#wx_ref{type=ThisT,ref=ThisRef},Id)
 
271
 when is_integer(Id) ->
 
272
  ?CLASS(ThisT,wxPageSetupDialogData),
 
273
  wxe_util:cast(?wxPageSetupDialogData_SetPaperSize_1_0,
 
274
  <<ThisRef:32/?UI,Id:32/?UI>>);
 
275
setPaperSize(#wx_ref{type=ThisT,ref=ThisRef},{SzW,SzH})
 
276
 when is_integer(SzW),is_integer(SzH) ->
 
277
  ?CLASS(ThisT,wxPageSetupDialogData),
 
278
  wxe_util:cast(?wxPageSetupDialogData_SetPaperSize_1_1,
 
279
  <<ThisRef:32/?UI,SzW:32/?UI,SzH:32/?UI>>).
 
280
 
 
281
%% @spec (This::wxPageSetupDialogData(), PrintData::wxPrintData:wxPrintData()) -> ok
 
282
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxpagesetupdialogdata.html#wxpagesetupdialogdatasetprintdata">external documentation</a>.
 
283
setPrintData(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=PrintDataT,ref=PrintDataRef}) ->
 
284
  ?CLASS(ThisT,wxPageSetupDialogData),
 
285
  ?CLASS(PrintDataT,wxPrintData),
 
286
  wxe_util:cast(?wxPageSetupDialogData_SetPrintData,
 
287
  <<ThisRef:32/?UI,PrintDataRef:32/?UI>>).
 
288
 
 
289
%% @spec (This::wxPageSetupDialogData()) -> ok
 
290
%% @doc Destroys this object, do not use object again
 
291
destroy(Obj=#wx_ref{type=Type}) -> 
 
292
  ?CLASS(Type,wxPageSetupDialogData),
 
293
  wxe_util:destroy(?DESTROY_OBJECT,Obj),
 
294
  ok.