pkgsrc/x11/py-wxWidgets/patches/patch-ad
joerg ad2b4d6490 Update to py-wxWidgets-2.8.10.1. The biggest change is the switch to
wxGTK 2.8 and the Unicode version as backend.
2009-08-06 23:21:31 +00:00

15 lines
555 B
Text

$NetBSD: patch-ad,v 1.1 2009/08/06 23:21:31 joerg Exp $
--- src/gtk/_gdi.py.orig 2009-08-06 08:15:46.000000000 +0200
+++ src/gtk/_gdi.py
@@ -3538,10 +3538,6 @@ class DC(_core.Object):
"""
return _gdi_.DC_SetClippingRect(*args, **kwargs)
- def SetDeviceClippingRegion(*args, **kwargs):
- """SetDeviceClippingRegion(self, Region region)"""
- return _gdi_.DC_SetDeviceClippingRegion(*args, **kwargs)
-
def DrawLines(*args, **kwargs):
"""
DrawLines(self, List points, int xoffset=0, int yoffset=0)