[pygtk] Need help
Cata
catalinfest at gmail.com
Sat Jul 24 20:04:35 WST 2010
I use pygtk to create a class.
This class has window = gtk.Window(gtk.WINDOW_POPUP)
I put one image . This image is load from file and show it .
fixed = gtk.Fixed()
fixed.put(pixmap, 0, 0)
window.add(fixed)
fixed.show()
All this code is on __init__
I have another script this use this class .
Now i need to change image with new one .
Basically i need to change like a animated gif ...
Some ideas ?
Regards ...
--
My sites:
http://catalin-festila.blogspot.com -about me
http://tv.free-tutorials.org - video tutorials
http://python-catalin.blogspot.com - my python blog
More information about the pygtk
mailing list