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
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to