SWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4744,6 +4744,14 @@ class BufferedDC(MemoryDC):
|
||||
"""
|
||||
return _gdi_.BufferedDC_UnMask(*args, **kwargs)
|
||||
|
||||
def SetStyle(*args, **kwargs):
|
||||
"""SetStyle(self, int style)"""
|
||||
return _gdi_.BufferedDC_SetStyle(*args, **kwargs)
|
||||
|
||||
def GetStyle(*args, **kwargs):
|
||||
"""GetStyle(self) -> int"""
|
||||
return _gdi_.BufferedDC_GetStyle(*args, **kwargs)
|
||||
|
||||
_gdi_.BufferedDC_swigregister(BufferedDC)
|
||||
|
||||
class BufferedPaintDC(BufferedDC):
|
||||
|
Reference in New Issue
Block a user