]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/animate.py
reSWIGged
[wxWidgets.git] / wxPython / src / mac / animate.py
index a099b9bd890b49681b078e0f1a501fa7e33a0d4e..1f82126f33b32d566a639699f363fe546e299b9e 100644 (file)
@@ -174,6 +174,15 @@ class AnimationCtrlBase(_core.Control):
         """IsPlaying(self) -> bool"""
         return _animate.AnimationCtrlBase_IsPlaying(*args, **kwargs)
 
+    def SetInactiveBitmap(*args, **kwargs):
+        """SetInactiveBitmap(self, Bitmap bmp)"""
+        return _animate.AnimationCtrlBase_SetInactiveBitmap(*args, **kwargs)
+
+    def GetInactiveBitmap(*args, **kwargs):
+        """GetInactiveBitmap(self) -> Bitmap"""
+        return _animate.AnimationCtrlBase_GetInactiveBitmap(*args, **kwargs)
+
+    InactiveBitmap = property(GetInactiveBitmap,SetInactiveBitmap) 
 _animate.AnimationCtrlBase_swigregister(AnimationCtrlBase)
 NullAnimation = cvar.NullAnimation