示例#1
0
def GdkPixbufAnimationFromFile(filename):
    obj = _GdkPixbuf.animation_new_from_file(filename)
    return GdkPixbufAnimation(_obj=obj)
示例#2
0
def GdkPixbufAnimationFromFile(filename):
    obj = _GdkPixbuf.animation_new_from_file(filename)
    return GdkPixbufAnimation(_obj=obj)
示例#3
0
 def __init__(self, filename=None, _obj=None):
     if _obj != None:
         self._o = _obj
     else:
         self._o = _GdkPixbuf.animation_new_from_file(filename)
示例#4
0
 def __init__(self, filename=None, _obj=None):
     if _obj != None:
         self._o = _obj
     else:
         self._o = _GdkPixbuf.animation_new_from_file(filename)