]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/animate.py
reSWIGged
[wxWidgets.git] / wxPython / src / mac / animate.py
index 3aaaab1319b6bb3f0eefe2fc142e710f680d5a85..1f82126f33b32d566a639699f363fe546e299b9e 100644 (file)
@@ -123,10 +123,18 @@ class Animation(AnimationBase):
         """GetFramePosition(self, size_t frame) -> Point"""
         return _animate.Animation_GetFramePosition(*args, **kwargs)
 
+    def GetFrameSize(*args, **kwargs):
+        """GetFrameSize(self, size_t frame) -> Size"""
+        return _animate.Animation_GetFrameSize(*args, **kwargs)
+
     def GetDisposalMethod(*args, **kwargs):
         """GetDisposalMethod(self, size_t frame) -> int"""
         return _animate.Animation_GetDisposalMethod(*args, **kwargs)
 
+    def GetTransparentColour(*args, **kwargs):
+        """GetTransparentColour(self, size_t frame) -> Colour"""
+        return _animate.Animation_GetTransparentColour(*args, **kwargs)
+
     def GetBackgroundColour(*args, **kwargs):
         """GetBackgroundColour(self) -> Colour"""
         return _animate.Animation_GetBackgroundColour(*args, **kwargs)
@@ -166,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