Various small fixes and tweaks
Added wxIntersectRect helper function git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -67,9 +67,6 @@ class wxMaskPtr :
|
||||
def __init__(self,this):
|
||||
self.this = this
|
||||
self.thisown = 0
|
||||
def __del__(self,gdic=gdic):
|
||||
if self.thisown == 1 :
|
||||
gdic.delete_wxMask(self)
|
||||
def __repr__(self):
|
||||
return "<C wxMask instance at %s>" % (self.this,)
|
||||
class wxMask(wxMaskPtr):
|
||||
|
||||
Reference in New Issue
Block a user