]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/stattool.py
Added VC++ project files for remaining Gizmo samples
[wxWidgets.git] / wxPython / src / gtk / stattool.py
index 72b3d89da0e133e9a1f0c1a60308a267c1d22b63..59f27eec6bfc44fe31bf3c09fb41a09bf3ab2c5e 100644 (file)
@@ -104,15 +104,15 @@ class wxToolBarToolBasePtr(wxObjectPtr):
         return val
     def GetBitmap1(self, *_args, **_kwargs):
         val = apply(stattoolc.wxToolBarToolBase_GetBitmap1,(self,) + _args, _kwargs)
-        if val: val = wxBitmapPtr(val) 
+        if val: val = wxBitmapPtr(val) ; val.thisown = 1
         return val
     def GetBitmap2(self, *_args, **_kwargs):
         val = apply(stattoolc.wxToolBarToolBase_GetBitmap2,(self,) + _args, _kwargs)
-        if val: val = wxBitmapPtr(val) 
+        if val: val = wxBitmapPtr(val) ; val.thisown = 1
         return val
     def GetBitmap(self, *_args, **_kwargs):
         val = apply(stattoolc.wxToolBarToolBase_GetBitmap,(self,) + _args, _kwargs)
-        if val: val = wxBitmapPtr(val) 
+        if val: val = wxBitmapPtr(val) ; val.thisown = 1
         return val
     def GetShortHelp(self, *_args, **_kwargs):
         val = apply(stattoolc.wxToolBarToolBase_GetShortHelp,(self,) + _args, _kwargs)