]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/animate.py
reSWIGged
[wxWidgets.git] / wxPython / src / mac / animate.py
index 3aaaab1319b6bb3f0eefe2fc142e710f680d5a85..a099b9bd890b49681b078e0f1a501fa7e33a0d4e 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)