def GdkPixbufAnimationFromFile(filename): obj = _GdkPixbuf.animation_new_from_file(filename) return GdkPixbufAnimation(_obj=obj)
def __init__(self, filename=None, _obj=None): if _obj != None: self._o = _obj else: self._o = _GdkPixbuf.animation_new_from_file(filename)