reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -3925,6 +3925,8 @@ class PageSetupDialog(_core.Object): | ||||
|     def __init__(self, *args, **kwargs):  | ||||
|         """__init__(self, Window parent, PageSetupDialogData data=None) -> PageSetupDialog""" | ||||
|         _windows_.PageSetupDialog_swiginit(self,_windows_.new_PageSetupDialog(*args, **kwargs)) | ||||
|     __swig_destroy__ = _windows_.delete_PageSetupDialog | ||||
|     __del__ = lambda self : None; | ||||
|     def GetPageSetupData(*args, **kwargs): | ||||
|         """GetPageSetupData(self) -> PageSetupDialogData""" | ||||
|         return _windows_.PageSetupDialog_GetPageSetupData(*args, **kwargs) | ||||
| @@ -3937,6 +3939,7 @@ class PageSetupDialog(_core.Object): | ||||
|         """ShowModal(self) -> int""" | ||||
|         return _windows_.PageSetupDialog_ShowModal(*args, **kwargs) | ||||
|  | ||||
|     def Destroy(self): pass  | ||||
| _windows_.PageSetupDialog_swigregister(PageSetupDialog) | ||||
|  | ||||
| class PrintDialogData(_core.Object): | ||||
| @@ -4078,6 +4081,8 @@ class PrintDialog(_core.Object): | ||||
|     def __init__(self, *args, **kwargs):  | ||||
|         """__init__(self, Window parent, PrintDialogData data=None) -> PrintDialog""" | ||||
|         _windows_.PrintDialog_swiginit(self,_windows_.new_PrintDialog(*args, **kwargs)) | ||||
|     __swig_destroy__ = _windows_.delete_PrintDialog | ||||
|     __del__ = lambda self : None; | ||||
|     def ShowModal(*args, **kwargs): | ||||
|         """ShowModal(self) -> int""" | ||||
|         return _windows_.PrintDialog_ShowModal(*args, **kwargs) | ||||
| @@ -4094,6 +4099,7 @@ class PrintDialog(_core.Object): | ||||
|         """GetPrintDC(self) -> DC""" | ||||
|         return _windows_.PrintDialog_GetPrintDC(*args, **kwargs) | ||||
|  | ||||
|     def Destroy(self): pass  | ||||
| _windows_.PrintDialog_swigregister(PrintDialog) | ||||
|  | ||||
| PRINTER_NO_ERROR = _windows_.PRINTER_NO_ERROR | ||||
|   | ||||
		Reference in New Issue
	
	Block a user