Gobs of changes needed to get up to date with today's CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -3895,6 +3895,10 @@ class PrintData(_core.Object): | ||||
|         """GetPrintMode(self) -> int""" | ||||
|         return _windows_.PrintData_GetPrintMode(*args, **kwargs) | ||||
|  | ||||
|     def GetMedia(*args, **kwargs): | ||||
|         """GetMedia(self) -> int""" | ||||
|         return _windows_.PrintData_GetMedia(*args, **kwargs) | ||||
|  | ||||
|     def SetNoCopies(*args, **kwargs): | ||||
|         """SetNoCopies(self, int v)""" | ||||
|         return _windows_.PrintData_SetNoCopies(*args, **kwargs) | ||||
| @@ -3939,6 +3943,10 @@ class PrintData(_core.Object): | ||||
|         """SetPrintMode(self, int printMode)""" | ||||
|         return _windows_.PrintData_SetPrintMode(*args, **kwargs) | ||||
|  | ||||
|     def SetMedia(*args, **kwargs): | ||||
|         """SetMedia(self, int media)""" | ||||
|         return _windows_.PrintData_SetMedia(*args, **kwargs) | ||||
|  | ||||
|     def GetFilename(*args, **kwargs): | ||||
|         """GetFilename(self) -> String""" | ||||
|         return _windows_.PrintData_GetFilename(*args, **kwargs) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user