reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -246,7 +246,7 @@ class Palette(GDIObject):
|
||||
return _gdi_.Palette_GetPixel(*args, **kwargs)
|
||||
|
||||
def GetRGB(*args, **kwargs):
|
||||
"""GetRGB(int pixel) -> (R,G,B)"""
|
||||
"""GetRGB(self, int pixel) -> (R,G,B)"""
|
||||
return _gdi_.Palette_GetRGB(*args, **kwargs)
|
||||
|
||||
def Ok(*args, **kwargs):
|
||||
@@ -593,6 +593,10 @@ class Bitmap(GDIObject):
|
||||
"""
|
||||
return _gdi_.Bitmap_LoadFile(*args, **kwargs)
|
||||
|
||||
def GetPalette(*args, **kwargs):
|
||||
"""GetPalette(self) -> Palette"""
|
||||
return _gdi_.Bitmap_GetPalette(*args, **kwargs)
|
||||
|
||||
def CopyFromIcon(*args, **kwargs):
|
||||
"""CopyFromIcon(self, Icon icon) -> bool"""
|
||||
return _gdi_.Bitmap_CopyFromIcon(*args, **kwargs)
|
||||
@@ -1011,6 +1015,10 @@ class Region(GDIObject):
|
||||
"""Clear(self)"""
|
||||
return _gdi_.Region_Clear(*args, **kwargs)
|
||||
|
||||
def Offset(*args, **kwargs):
|
||||
"""Offset(self, int x, int y) -> bool"""
|
||||
return _gdi_.Region_Offset(*args, **kwargs)
|
||||
|
||||
def Contains(*args, **kwargs):
|
||||
"""Contains(self, int x, int y) -> int"""
|
||||
return _gdi_.Region_Contains(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user