SWIGged updates for wxMAC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -786,18 +786,23 @@ class wxBufferedDCPtr(wxMemoryDCPtr):
|
||||
def __init__(self,this):
|
||||
self.this = this
|
||||
self.thisown = 0
|
||||
def UnMask(self, *_args, **_kwargs):
|
||||
val = apply(gdic.wxBufferedDC_UnMask,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def __repr__(self):
|
||||
return "<C wxBufferedDC instance at %s>" % (self.this,)
|
||||
class wxBufferedDC(wxBufferedDCPtr):
|
||||
def __init__(self,*_args,**_kwargs):
|
||||
self.this = apply(gdic.new_wxBufferedDC,_args,_kwargs)
|
||||
self.thisown = 1
|
||||
self._dc = _args[0] # save a ref so the other dc won't be deleted before self
|
||||
|
||||
|
||||
|
||||
def wxBufferedDCInternalBuffer(*_args,**_kwargs):
|
||||
val = wxBufferedDCPtr(apply(gdic.new_wxBufferedDCInternalBuffer,_args,_kwargs))
|
||||
val.thisown = 1
|
||||
val._dc = _args[0] # save a ref so the other dc won't be deleted before self
|
||||
return val
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user