reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -123,6 +123,9 @@ def ColourRGB(*args, **kwargs):
|
||||
val.thisown = 1
|
||||
return val
|
||||
|
||||
Color = Colour
|
||||
NamedColor = NamedColour
|
||||
|
||||
class Palette(GDIObject):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPalette instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -2328,8 +2331,12 @@ class DC(core.Object):
|
||||
"""SetPalette(Palette palette)"""
|
||||
return _gdi.DC_SetPalette(*args, **kwargs)
|
||||
|
||||
def SetClippingRegionXY(*args, **kwargs):
|
||||
"""SetClippingRegionXY(int x, int y, int width, int height)"""
|
||||
return _gdi.DC_SetClippingRegionXY(*args, **kwargs)
|
||||
|
||||
def SetClippingRegion(*args, **kwargs):
|
||||
"""SetClippingRegion(int x, int y, int width, int height)"""
|
||||
"""SetClippingRegion(Point pt, Size sz)"""
|
||||
return _gdi.DC_SetClippingRegion(*args, **kwargs)
|
||||
|
||||
def SetClippingRect(*args, **kwargs):
|
||||
|
Reference in New Issue
Block a user