I have this code
pixmap, mask = gtk.gdk.pixmap_create_from_xpm(window.window, None, "pepe.png")
image = gtk.Image()
image.set_from_pixmap(pixmap, mask)
image.show()
and i need the image to grow in front of the user (as vual effect like MacOsX bar)
someone know where to read about this? i have searched in the tutorial and reference manuals (gtk, and gdk) without results
thanks!
ivan hernandez
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
