1 # This file was created automatically by SWIG.
10 from clip_dnd
import *
16 from stattool
import *
18 from controls
import *
22 class wxPrintDataPtr(wxObjectPtr
):
23 def __init__(self
,this
):
26 def __del__(self
,printfwc
=printfwc
):
27 if self
.thisown
== 1 :
28 printfwc
.delete_wxPrintData(self
)
29 def GetNoCopies(self
, *_args
, **_kwargs
):
30 val
= apply(printfwc
.wxPrintData_GetNoCopies
,(self
,) + _args
, _kwargs
)
32 def GetCollate(self
, *_args
, **_kwargs
):
33 val
= apply(printfwc
.wxPrintData_GetCollate
,(self
,) + _args
, _kwargs
)
35 def GetOrientation(self
, *_args
, **_kwargs
):
36 val
= apply(printfwc
.wxPrintData_GetOrientation
,(self
,) + _args
, _kwargs
)
38 def GetPrinterName(self
, *_args
, **_kwargs
):
39 val
= apply(printfwc
.wxPrintData_GetPrinterName
,(self
,) + _args
, _kwargs
)
41 def GetColour(self
, *_args
, **_kwargs
):
42 val
= apply(printfwc
.wxPrintData_GetColour
,(self
,) + _args
, _kwargs
)
44 def GetDuplex(self
, *_args
, **_kwargs
):
45 val
= apply(printfwc
.wxPrintData_GetDuplex
,(self
,) + _args
, _kwargs
)
47 def GetPaperId(self
, *_args
, **_kwargs
):
48 val
= apply(printfwc
.wxPrintData_GetPaperId
,(self
,) + _args
, _kwargs
)
50 def GetPaperSize(self
, *_args
, **_kwargs
):
51 val
= apply(printfwc
.wxPrintData_GetPaperSize
,(self
,) + _args
, _kwargs
)
52 if val
: val
= wxSizePtr(val
)
54 def GetQuality(self
, *_args
, **_kwargs
):
55 val
= apply(printfwc
.wxPrintData_GetQuality
,(self
,) + _args
, _kwargs
)
57 def SetNoCopies(self
, *_args
, **_kwargs
):
58 val
= apply(printfwc
.wxPrintData_SetNoCopies
,(self
,) + _args
, _kwargs
)
60 def SetCollate(self
, *_args
, **_kwargs
):
61 val
= apply(printfwc
.wxPrintData_SetCollate
,(self
,) + _args
, _kwargs
)
63 def SetOrientation(self
, *_args
, **_kwargs
):
64 val
= apply(printfwc
.wxPrintData_SetOrientation
,(self
,) + _args
, _kwargs
)
66 def SetPrinterName(self
, *_args
, **_kwargs
):
67 val
= apply(printfwc
.wxPrintData_SetPrinterName
,(self
,) + _args
, _kwargs
)
69 def SetColour(self
, *_args
, **_kwargs
):
70 val
= apply(printfwc
.wxPrintData_SetColour
,(self
,) + _args
, _kwargs
)
72 def SetDuplex(self
, *_args
, **_kwargs
):
73 val
= apply(printfwc
.wxPrintData_SetDuplex
,(self
,) + _args
, _kwargs
)
75 def SetPaperId(self
, *_args
, **_kwargs
):
76 val
= apply(printfwc
.wxPrintData_SetPaperId
,(self
,) + _args
, _kwargs
)
78 def SetPaperSize(self
, *_args
, **_kwargs
):
79 val
= apply(printfwc
.wxPrintData_SetPaperSize
,(self
,) + _args
, _kwargs
)
81 def SetQuality(self
, *_args
, **_kwargs
):
82 val
= apply(printfwc
.wxPrintData_SetQuality
,(self
,) + _args
, _kwargs
)
84 def GetPrinterCommand(self
, *_args
, **_kwargs
):
85 val
= apply(printfwc
.wxPrintData_GetPrinterCommand
,(self
,) + _args
, _kwargs
)
87 def GetPrinterOptions(self
, *_args
, **_kwargs
):
88 val
= apply(printfwc
.wxPrintData_GetPrinterOptions
,(self
,) + _args
, _kwargs
)
90 def GetPreviewCommand(self
, *_args
, **_kwargs
):
91 val
= apply(printfwc
.wxPrintData_GetPreviewCommand
,(self
,) + _args
, _kwargs
)
93 def GetFilename(self
, *_args
, **_kwargs
):
94 val
= apply(printfwc
.wxPrintData_GetFilename
,(self
,) + _args
, _kwargs
)
96 def GetFontMetricPath(self
, *_args
, **_kwargs
):
97 val
= apply(printfwc
.wxPrintData_GetFontMetricPath
,(self
,) + _args
, _kwargs
)
99 def GetPrinterScaleX(self
, *_args
, **_kwargs
):
100 val
= apply(printfwc
.wxPrintData_GetPrinterScaleX
,(self
,) + _args
, _kwargs
)
102 def GetPrinterScaleY(self
, *_args
, **_kwargs
):
103 val
= apply(printfwc
.wxPrintData_GetPrinterScaleY
,(self
,) + _args
, _kwargs
)
105 def GetPrinterTranslateX(self
, *_args
, **_kwargs
):
106 val
= apply(printfwc
.wxPrintData_GetPrinterTranslateX
,(self
,) + _args
, _kwargs
)
108 def GetPrinterTranslateY(self
, *_args
, **_kwargs
):
109 val
= apply(printfwc
.wxPrintData_GetPrinterTranslateY
,(self
,) + _args
, _kwargs
)
111 def GetPrintMode(self
, *_args
, **_kwargs
):
112 val
= apply(printfwc
.wxPrintData_GetPrintMode
,(self
,) + _args
, _kwargs
)
114 def SetPrinterCommand(self
, *_args
, **_kwargs
):
115 val
= apply(printfwc
.wxPrintData_SetPrinterCommand
,(self
,) + _args
, _kwargs
)
117 def SetPrinterOptions(self
, *_args
, **_kwargs
):
118 val
= apply(printfwc
.wxPrintData_SetPrinterOptions
,(self
,) + _args
, _kwargs
)
120 def SetPreviewCommand(self
, *_args
, **_kwargs
):
121 val
= apply(printfwc
.wxPrintData_SetPreviewCommand
,(self
,) + _args
, _kwargs
)
123 def SetFilename(self
, *_args
, **_kwargs
):
124 val
= apply(printfwc
.wxPrintData_SetFilename
,(self
,) + _args
, _kwargs
)
126 def SetFontMetricPath(self
, *_args
, **_kwargs
):
127 val
= apply(printfwc
.wxPrintData_SetFontMetricPath
,(self
,) + _args
, _kwargs
)
129 def SetPrinterScaleX(self
, *_args
, **_kwargs
):
130 val
= apply(printfwc
.wxPrintData_SetPrinterScaleX
,(self
,) + _args
, _kwargs
)
132 def SetPrinterScaleY(self
, *_args
, **_kwargs
):
133 val
= apply(printfwc
.wxPrintData_SetPrinterScaleY
,(self
,) + _args
, _kwargs
)
135 def SetPrinterScaling(self
, *_args
, **_kwargs
):
136 val
= apply(printfwc
.wxPrintData_SetPrinterScaling
,(self
,) + _args
, _kwargs
)
138 def SetPrinterTranslateX(self
, *_args
, **_kwargs
):
139 val
= apply(printfwc
.wxPrintData_SetPrinterTranslateX
,(self
,) + _args
, _kwargs
)
141 def SetPrinterTranslateY(self
, *_args
, **_kwargs
):
142 val
= apply(printfwc
.wxPrintData_SetPrinterTranslateY
,(self
,) + _args
, _kwargs
)
144 def SetPrinterTranslation(self
, *_args
, **_kwargs
):
145 val
= apply(printfwc
.wxPrintData_SetPrinterTranslation
,(self
,) + _args
, _kwargs
)
147 def SetPrintMode(self
, *_args
, **_kwargs
):
148 val
= apply(printfwc
.wxPrintData_SetPrintMode
,(self
,) + _args
, _kwargs
)
151 return "<C wxPrintData instance at %s>" % (self
.this
,)
152 class wxPrintData(wxPrintDataPtr
):
153 def __init__(self
,*_args
,**_kwargs
):
154 self
.this
= apply(printfwc
.new_wxPrintData
,_args
,_kwargs
)
160 class wxPageSetupDialogDataPtr(wxObjectPtr
):
161 def __init__(self
,this
):
164 def __del__(self
,printfwc
=printfwc
):
165 if self
.thisown
== 1 :
166 printfwc
.delete_wxPageSetupDialogData(self
)
167 def EnableHelp(self
, *_args
, **_kwargs
):
168 val
= apply(printfwc
.wxPageSetupDialogData_EnableHelp
,(self
,) + _args
, _kwargs
)
170 def EnableMargins(self
, *_args
, **_kwargs
):
171 val
= apply(printfwc
.wxPageSetupDialogData_EnableMargins
,(self
,) + _args
, _kwargs
)
173 def EnableOrientation(self
, *_args
, **_kwargs
):
174 val
= apply(printfwc
.wxPageSetupDialogData_EnableOrientation
,(self
,) + _args
, _kwargs
)
176 def EnablePaper(self
, *_args
, **_kwargs
):
177 val
= apply(printfwc
.wxPageSetupDialogData_EnablePaper
,(self
,) + _args
, _kwargs
)
179 def EnablePrinter(self
, *_args
, **_kwargs
):
180 val
= apply(printfwc
.wxPageSetupDialogData_EnablePrinter
,(self
,) + _args
, _kwargs
)
182 def GetDefaultMinMargins(self
, *_args
, **_kwargs
):
183 val
= apply(printfwc
.wxPageSetupDialogData_GetDefaultMinMargins
,(self
,) + _args
, _kwargs
)
185 def GetEnableMargins(self
, *_args
, **_kwargs
):
186 val
= apply(printfwc
.wxPageSetupDialogData_GetEnableMargins
,(self
,) + _args
, _kwargs
)
188 def GetEnableOrientation(self
, *_args
, **_kwargs
):
189 val
= apply(printfwc
.wxPageSetupDialogData_GetEnableOrientation
,(self
,) + _args
, _kwargs
)
191 def GetEnablePaper(self
, *_args
, **_kwargs
):
192 val
= apply(printfwc
.wxPageSetupDialogData_GetEnablePaper
,(self
,) + _args
, _kwargs
)
194 def GetEnablePrinter(self
, *_args
, **_kwargs
):
195 val
= apply(printfwc
.wxPageSetupDialogData_GetEnablePrinter
,(self
,) + _args
, _kwargs
)
197 def GetEnableHelp(self
, *_args
, **_kwargs
):
198 val
= apply(printfwc
.wxPageSetupDialogData_GetEnableHelp
,(self
,) + _args
, _kwargs
)
200 def GetDefaultInfo(self
, *_args
, **_kwargs
):
201 val
= apply(printfwc
.wxPageSetupDialogData_GetDefaultInfo
,(self
,) + _args
, _kwargs
)
203 def GetMarginTopLeft(self
, *_args
, **_kwargs
):
204 val
= apply(printfwc
.wxPageSetupDialogData_GetMarginTopLeft
,(self
,) + _args
, _kwargs
)
205 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
207 def GetMarginBottomRight(self
, *_args
, **_kwargs
):
208 val
= apply(printfwc
.wxPageSetupDialogData_GetMarginBottomRight
,(self
,) + _args
, _kwargs
)
209 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
211 def GetMinMarginTopLeft(self
, *_args
, **_kwargs
):
212 val
= apply(printfwc
.wxPageSetupDialogData_GetMinMarginTopLeft
,(self
,) + _args
, _kwargs
)
213 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
215 def GetMinMarginBottomRight(self
, *_args
, **_kwargs
):
216 val
= apply(printfwc
.wxPageSetupDialogData_GetMinMarginBottomRight
,(self
,) + _args
, _kwargs
)
217 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
219 def GetPaperId(self
, *_args
, **_kwargs
):
220 val
= apply(printfwc
.wxPageSetupDialogData_GetPaperId
,(self
,) + _args
, _kwargs
)
222 def GetPaperSize(self
, *_args
, **_kwargs
):
223 val
= apply(printfwc
.wxPageSetupDialogData_GetPaperSize
,(self
,) + _args
, _kwargs
)
224 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
226 def GetPrintData(self
, *_args
, **_kwargs
):
227 val
= apply(printfwc
.wxPageSetupDialogData_GetPrintData
,(self
,) + _args
, _kwargs
)
228 if val
: val
= wxPrintDataPtr(val
) ; val
.thisown
= 1
230 def SetDefaultInfo(self
, *_args
, **_kwargs
):
231 val
= apply(printfwc
.wxPageSetupDialogData_SetDefaultInfo
,(self
,) + _args
, _kwargs
)
233 def SetDefaultMinMargins(self
, *_args
, **_kwargs
):
234 val
= apply(printfwc
.wxPageSetupDialogData_SetDefaultMinMargins
,(self
,) + _args
, _kwargs
)
236 def SetMarginTopLeft(self
, *_args
, **_kwargs
):
237 val
= apply(printfwc
.wxPageSetupDialogData_SetMarginTopLeft
,(self
,) + _args
, _kwargs
)
239 def SetMarginBottomRight(self
, *_args
, **_kwargs
):
240 val
= apply(printfwc
.wxPageSetupDialogData_SetMarginBottomRight
,(self
,) + _args
, _kwargs
)
242 def SetMinMarginTopLeft(self
, *_args
, **_kwargs
):
243 val
= apply(printfwc
.wxPageSetupDialogData_SetMinMarginTopLeft
,(self
,) + _args
, _kwargs
)
245 def SetMinMarginBottomRight(self
, *_args
, **_kwargs
):
246 val
= apply(printfwc
.wxPageSetupDialogData_SetMinMarginBottomRight
,(self
,) + _args
, _kwargs
)
248 def SetPaperId(self
, *_args
, **_kwargs
):
249 val
= apply(printfwc
.wxPageSetupDialogData_SetPaperId
,(self
,) + _args
, _kwargs
)
251 def SetPaperSize(self
, *_args
, **_kwargs
):
252 val
= apply(printfwc
.wxPageSetupDialogData_SetPaperSize
,(self
,) + _args
, _kwargs
)
254 def SetPrintData(self
, *_args
, **_kwargs
):
255 val
= apply(printfwc
.wxPageSetupDialogData_SetPrintData
,(self
,) + _args
, _kwargs
)
258 return "<C wxPageSetupDialogData instance at %s>" % (self
.this
,)
259 class wxPageSetupDialogData(wxPageSetupDialogDataPtr
):
260 def __init__(self
,*_args
,**_kwargs
):
261 self
.this
= apply(printfwc
.new_wxPageSetupDialogData
,_args
,_kwargs
)
267 class wxPageSetupDialogPtr(wxDialogPtr
):
268 def __init__(self
,this
):
271 def GetPageSetupData(self
, *_args
, **_kwargs
):
272 val
= apply(printfwc
.wxPageSetupDialog_GetPageSetupData
,(self
,) + _args
, _kwargs
)
273 if val
: val
= wxPageSetupDialogDataPtr(val
)
275 def ShowModal(self
, *_args
, **_kwargs
):
276 val
= apply(printfwc
.wxPageSetupDialog_ShowModal
,(self
,) + _args
, _kwargs
)
279 return "<C wxPageSetupDialog instance at %s>" % (self
.this
,)
280 class wxPageSetupDialog(wxPageSetupDialogPtr
):
281 def __init__(self
,*_args
,**_kwargs
):
282 self
.this
= apply(printfwc
.new_wxPageSetupDialog
,_args
,_kwargs
)
284 #wx._StdDialogCallbacks(self)
289 class wxPrintDialogDataPtr(wxObjectPtr
):
290 def __init__(self
,this
):
293 def __del__(self
,printfwc
=printfwc
):
294 if self
.thisown
== 1 :
295 printfwc
.delete_wxPrintDialogData(self
)
296 def EnableHelp(self
, *_args
, **_kwargs
):
297 val
= apply(printfwc
.wxPrintDialogData_EnableHelp
,(self
,) + _args
, _kwargs
)
299 def EnablePageNumbers(self
, *_args
, **_kwargs
):
300 val
= apply(printfwc
.wxPrintDialogData_EnablePageNumbers
,(self
,) + _args
, _kwargs
)
302 def EnablePrintToFile(self
, *_args
, **_kwargs
):
303 val
= apply(printfwc
.wxPrintDialogData_EnablePrintToFile
,(self
,) + _args
, _kwargs
)
305 def EnableSelection(self
, *_args
, **_kwargs
):
306 val
= apply(printfwc
.wxPrintDialogData_EnableSelection
,(self
,) + _args
, _kwargs
)
308 def GetAllPages(self
, *_args
, **_kwargs
):
309 val
= apply(printfwc
.wxPrintDialogData_GetAllPages
,(self
,) + _args
, _kwargs
)
311 def GetCollate(self
, *_args
, **_kwargs
):
312 val
= apply(printfwc
.wxPrintDialogData_GetCollate
,(self
,) + _args
, _kwargs
)
314 def GetFromPage(self
, *_args
, **_kwargs
):
315 val
= apply(printfwc
.wxPrintDialogData_GetFromPage
,(self
,) + _args
, _kwargs
)
317 def GetMaxPage(self
, *_args
, **_kwargs
):
318 val
= apply(printfwc
.wxPrintDialogData_GetMaxPage
,(self
,) + _args
, _kwargs
)
320 def GetMinPage(self
, *_args
, **_kwargs
):
321 val
= apply(printfwc
.wxPrintDialogData_GetMinPage
,(self
,) + _args
, _kwargs
)
323 def GetNoCopies(self
, *_args
, **_kwargs
):
324 val
= apply(printfwc
.wxPrintDialogData_GetNoCopies
,(self
,) + _args
, _kwargs
)
326 def GetPrintData(self
, *_args
, **_kwargs
):
327 val
= apply(printfwc
.wxPrintDialogData_GetPrintData
,(self
,) + _args
, _kwargs
)
328 if val
: val
= wxPrintDataPtr(val
) ; val
.thisown
= 1
330 def GetPrintToFile(self
, *_args
, **_kwargs
):
331 val
= apply(printfwc
.wxPrintDialogData_GetPrintToFile
,(self
,) + _args
, _kwargs
)
333 def GetToPage(self
, *_args
, **_kwargs
):
334 val
= apply(printfwc
.wxPrintDialogData_GetToPage
,(self
,) + _args
, _kwargs
)
336 def SetCollate(self
, *_args
, **_kwargs
):
337 val
= apply(printfwc
.wxPrintDialogData_SetCollate
,(self
,) + _args
, _kwargs
)
339 def SetFromPage(self
, *_args
, **_kwargs
):
340 val
= apply(printfwc
.wxPrintDialogData_SetFromPage
,(self
,) + _args
, _kwargs
)
342 def SetMaxPage(self
, *_args
, **_kwargs
):
343 val
= apply(printfwc
.wxPrintDialogData_SetMaxPage
,(self
,) + _args
, _kwargs
)
345 def SetMinPage(self
, *_args
, **_kwargs
):
346 val
= apply(printfwc
.wxPrintDialogData_SetMinPage
,(self
,) + _args
, _kwargs
)
348 def SetNoCopies(self
, *_args
, **_kwargs
):
349 val
= apply(printfwc
.wxPrintDialogData_SetNoCopies
,(self
,) + _args
, _kwargs
)
351 def SetPrintData(self
, *_args
, **_kwargs
):
352 val
= apply(printfwc
.wxPrintDialogData_SetPrintData
,(self
,) + _args
, _kwargs
)
354 def SetPrintToFile(self
, *_args
, **_kwargs
):
355 val
= apply(printfwc
.wxPrintDialogData_SetPrintToFile
,(self
,) + _args
, _kwargs
)
357 def SetSetupDialog(self
, *_args
, **_kwargs
):
358 val
= apply(printfwc
.wxPrintDialogData_SetSetupDialog
,(self
,) + _args
, _kwargs
)
360 def SetToPage(self
, *_args
, **_kwargs
):
361 val
= apply(printfwc
.wxPrintDialogData_SetToPage
,(self
,) + _args
, _kwargs
)
364 return "<C wxPrintDialogData instance at %s>" % (self
.this
,)
365 class wxPrintDialogData(wxPrintDialogDataPtr
):
366 def __init__(self
,*_args
,**_kwargs
):
367 self
.this
= apply(printfwc
.new_wxPrintDialogData
,_args
,_kwargs
)
373 class wxPrintDialogPtr(wxDialogPtr
):
374 def __init__(self
,this
):
377 def GetPrintDialogData(self
, *_args
, **_kwargs
):
378 val
= apply(printfwc
.wxPrintDialog_GetPrintDialogData
,(self
,) + _args
, _kwargs
)
379 if val
: val
= wxPrintDialogDataPtr(val
)
381 def GetPrintDC(self
, *_args
, **_kwargs
):
382 val
= apply(printfwc
.wxPrintDialog_GetPrintDC
,(self
,) + _args
, _kwargs
)
384 def ShowModal(self
, *_args
, **_kwargs
):
385 val
= apply(printfwc
.wxPrintDialog_ShowModal
,(self
,) + _args
, _kwargs
)
388 return "<C wxPrintDialog instance at %s>" % (self
.this
,)
389 class wxPrintDialog(wxPrintDialogPtr
):
390 def __init__(self
,*_args
,**_kwargs
):
391 self
.this
= apply(printfwc
.new_wxPrintDialog
,_args
,_kwargs
)
393 #wx._StdDialogCallbacks(self)
398 class wxPrintoutPtr(wxObjectPtr
):
399 def __init__(self
,this
):
402 def _setSelf(self
, *_args
, **_kwargs
):
403 val
= apply(printfwc
.wxPrintout__setSelf
,(self
,) + _args
, _kwargs
)
405 def Destroy(self
, *_args
, **_kwargs
):
406 val
= apply(printfwc
.wxPrintout_Destroy
,(self
,) + _args
, _kwargs
)
408 def GetDC(self
, *_args
, **_kwargs
):
409 val
= apply(printfwc
.wxPrintout_GetDC
,(self
,) + _args
, _kwargs
)
411 def GetPageSizeMM(self
, *_args
, **_kwargs
):
412 val
= apply(printfwc
.wxPrintout_GetPageSizeMM
,(self
,) + _args
, _kwargs
)
414 def GetPageSizePixels(self
, *_args
, **_kwargs
):
415 val
= apply(printfwc
.wxPrintout_GetPageSizePixels
,(self
,) + _args
, _kwargs
)
417 def GetPPIPrinter(self
, *_args
, **_kwargs
):
418 val
= apply(printfwc
.wxPrintout_GetPPIPrinter
,(self
,) + _args
, _kwargs
)
420 def GetPPIScreen(self
, *_args
, **_kwargs
):
421 val
= apply(printfwc
.wxPrintout_GetPPIScreen
,(self
,) + _args
, _kwargs
)
423 def IsPreview(self
, *_args
, **_kwargs
):
424 val
= apply(printfwc
.wxPrintout_IsPreview
,(self
,) + _args
, _kwargs
)
426 def base_OnBeginDocument(self
, *_args
, **_kwargs
):
427 val
= apply(printfwc
.wxPrintout_base_OnBeginDocument
,(self
,) + _args
, _kwargs
)
429 def base_OnEndDocument(self
, *_args
, **_kwargs
):
430 val
= apply(printfwc
.wxPrintout_base_OnEndDocument
,(self
,) + _args
, _kwargs
)
432 def base_OnBeginPrinting(self
, *_args
, **_kwargs
):
433 val
= apply(printfwc
.wxPrintout_base_OnBeginPrinting
,(self
,) + _args
, _kwargs
)
435 def base_OnEndPrinting(self
, *_args
, **_kwargs
):
436 val
= apply(printfwc
.wxPrintout_base_OnEndPrinting
,(self
,) + _args
, _kwargs
)
438 def base_OnPreparePrinting(self
, *_args
, **_kwargs
):
439 val
= apply(printfwc
.wxPrintout_base_OnPreparePrinting
,(self
,) + _args
, _kwargs
)
441 def base_GetPageInfo(self
, *_args
, **_kwargs
):
442 val
= apply(printfwc
.wxPrintout_base_GetPageInfo
,(self
,) + _args
, _kwargs
)
444 def base_HasPage(self
, *_args
, **_kwargs
):
445 val
= apply(printfwc
.wxPrintout_base_HasPage
,(self
,) + _args
, _kwargs
)
448 return "<C wxPrintout instance at %s>" % (self
.this
,)
449 class wxPrintout(wxPrintoutPtr
):
450 def __init__(self
,*_args
,**_kwargs
):
451 self
.this
= apply(printfwc
.new_wxPrintout
,_args
,_kwargs
)
453 self
._setSelf
(self
, wxPrintout
)
458 class wxPrinterPtr(wxObjectPtr
):
459 def __init__(self
,this
):
462 def __del__(self
,printfwc
=printfwc
):
463 if self
.thisown
== 1 :
464 printfwc
.delete_wxPrinter(self
)
465 def CreateAbortWindow(self
, *_args
, **_kwargs
):
466 val
= apply(printfwc
.wxPrinter_CreateAbortWindow
,(self
,) + _args
, _kwargs
)
468 def GetPrintDialogData(self
, *_args
, **_kwargs
):
469 val
= apply(printfwc
.wxPrinter_GetPrintDialogData
,(self
,) + _args
, _kwargs
)
470 if val
: val
= wxPrintDialogDataPtr(val
)
472 def Print(self
, *_args
, **_kwargs
):
473 val
= apply(printfwc
.wxPrinter_Print
,(self
,) + _args
, _kwargs
)
475 def PrintDialog(self
, *_args
, **_kwargs
):
476 val
= apply(printfwc
.wxPrinter_PrintDialog
,(self
,) + _args
, _kwargs
)
478 def ReportError(self
, *_args
, **_kwargs
):
479 val
= apply(printfwc
.wxPrinter_ReportError
,(self
,) + _args
, _kwargs
)
481 def Setup(self
, *_args
, **_kwargs
):
482 val
= apply(printfwc
.wxPrinter_Setup
,(self
,) + _args
, _kwargs
)
485 return "<C wxPrinter instance at %s>" % (self
.this
,)
486 class wxPrinter(wxPrinterPtr
):
487 def __init__(self
,*_args
,**_kwargs
):
488 self
.this
= apply(printfwc
.new_wxPrinter
,_args
,_kwargs
)
494 class wxPrintPreviewPtr(wxObjectPtr
):
495 def __init__(self
,this
):
498 def GetCanvas(self
, *_args
, **_kwargs
):
499 val
= apply(printfwc
.wxPrintPreview_GetCanvas
,(self
,) + _args
, _kwargs
)
501 def GetCurrentPage(self
, *_args
, **_kwargs
):
502 val
= apply(printfwc
.wxPrintPreview_GetCurrentPage
,(self
,) + _args
, _kwargs
)
504 def GetFrame(self
, *_args
, **_kwargs
):
505 val
= apply(printfwc
.wxPrintPreview_GetFrame
,(self
,) + _args
, _kwargs
)
507 def GetMaxPage(self
, *_args
, **_kwargs
):
508 val
= apply(printfwc
.wxPrintPreview_GetMaxPage
,(self
,) + _args
, _kwargs
)
510 def GetMinPage(self
, *_args
, **_kwargs
):
511 val
= apply(printfwc
.wxPrintPreview_GetMinPage
,(self
,) + _args
, _kwargs
)
513 def GetPrintDialogData(self
, *_args
, **_kwargs
):
514 val
= apply(printfwc
.wxPrintPreview_GetPrintDialogData
,(self
,) + _args
, _kwargs
)
515 if val
: val
= wxPrintDialogDataPtr(val
)
517 def GetPrintout(self
, *_args
, **_kwargs
):
518 val
= apply(printfwc
.wxPrintPreview_GetPrintout
,(self
,) + _args
, _kwargs
)
520 def GetPrintoutForPrinting(self
, *_args
, **_kwargs
):
521 val
= apply(printfwc
.wxPrintPreview_GetPrintoutForPrinting
,(self
,) + _args
, _kwargs
)
523 def GetZoom(self
, *_args
, **_kwargs
):
524 val
= apply(printfwc
.wxPrintPreview_GetZoom
,(self
,) + _args
, _kwargs
)
526 def Ok(self
, *_args
, **_kwargs
):
527 val
= apply(printfwc
.wxPrintPreview_Ok
,(self
,) + _args
, _kwargs
)
529 def Print(self
, *_args
, **_kwargs
):
530 val
= apply(printfwc
.wxPrintPreview_Print
,(self
,) + _args
, _kwargs
)
532 def SetCanvas(self
, *_args
, **_kwargs
):
533 val
= apply(printfwc
.wxPrintPreview_SetCanvas
,(self
,) + _args
, _kwargs
)
535 def SetCurrentPage(self
, *_args
, **_kwargs
):
536 val
= apply(printfwc
.wxPrintPreview_SetCurrentPage
,(self
,) + _args
, _kwargs
)
538 def SetFrame(self
, *_args
, **_kwargs
):
539 val
= apply(printfwc
.wxPrintPreview_SetFrame
,(self
,) + _args
, _kwargs
)
541 def SetPrintout(self
, *_args
, **_kwargs
):
542 val
= apply(printfwc
.wxPrintPreview_SetPrintout
,(self
,) + _args
, _kwargs
)
544 def SetZoom(self
, *_args
, **_kwargs
):
545 val
= apply(printfwc
.wxPrintPreview_SetZoom
,(self
,) + _args
, _kwargs
)
548 return "<C wxPrintPreview instance at %s>" % (self
.this
,)
549 class wxPrintPreview(wxPrintPreviewPtr
):
550 def __init__(self
,*_args
,**_kwargs
):
551 self
.this
= apply(printfwc
.new_wxPrintPreview
,_args
,_kwargs
)
557 class wxPreviewFramePtr(wxFramePtr
):
558 def __init__(self
,this
):
561 def Initialize(self
, *_args
, **_kwargs
):
562 val
= apply(printfwc
.wxPreviewFrame_Initialize
,(self
,) + _args
, _kwargs
)
565 return "<C wxPreviewFrame instance at %s>" % (self
.this
,)
566 class wxPreviewFrame(wxPreviewFramePtr
):
567 def __init__(self
,*_args
,**_kwargs
):
568 self
.this
= apply(printfwc
.new_wxPreviewFrame
,_args
,_kwargs
)
570 #wx._StdFrameCallbacks(self)
577 #-------------- FUNCTION WRAPPERS ------------------
581 #-------------- VARIABLE WRAPPERS ------------------