reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user