SWIGged updates for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-06-04 00:50:40 +00:00
parent 80e3d51279
commit 7552d17984
14 changed files with 648 additions and 2 deletions

View File

@@ -448,6 +448,12 @@ class wxBrushPtr(wxGDIObjectPtr):
def SetStyle(self, *_args, **_kwargs):
val = gdic.wxBrush_SetStyle(self, *_args, **_kwargs)
return val
def GetMacTheme(self, *_args, **_kwargs):
val = gdic.wxBrush_GetMacTheme(self, *_args, **_kwargs)
return val
def SetMacTheme(self, *_args, **_kwargs):
val = gdic.wxBrush_SetMacTheme(self, *_args, **_kwargs)
return val
def __repr__(self):
return "<%s.%s instance; proxy of C++ wxBrush instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
def __nonzero__(self): return self.Ok()