reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -4095,7 +4095,7 @@ class PageSetupDialogDataPtr(PageSetupDialogData): | ||||
|         self.__class__ = PageSetupDialogData | ||||
| _windows_.PageSetupDialogData_swigregister(PageSetupDialogDataPtr) | ||||
|  | ||||
| class PageSetupDialog(Dialog): | ||||
| class PageSetupDialog(_core.Object): | ||||
|     def __repr__(self): | ||||
|         return "<%s.%s; proxy of C++ wxPageSetupDialog instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | ||||
|     def __init__(self, *args, **kwargs): | ||||
| @@ -4104,12 +4104,14 @@ class PageSetupDialog(Dialog): | ||||
|         self.this = newobj.this | ||||
|         self.thisown = 1 | ||||
|         del newobj.thisown | ||||
|         self._setOORInfo(self) | ||||
|  | ||||
|     def GetPageSetupData(*args, **kwargs): | ||||
|         """GetPageSetupData(self) -> PageSetupDialogData""" | ||||
|         return _windows_.PageSetupDialog_GetPageSetupData(*args, **kwargs) | ||||
|  | ||||
|     def GetPageSetupDialogData(*args, **kwargs): | ||||
|         """GetPageSetupDialogData(self) -> PageSetupDialogData""" | ||||
|         return _windows_.PageSetupDialog_GetPageSetupDialogData(*args, **kwargs) | ||||
|  | ||||
|     def ShowModal(*args, **kwargs): | ||||
|         """ShowModal(self) -> int""" | ||||
|         return _windows_.PageSetupDialog_ShowModal(*args, **kwargs) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user