----- Original Message ---- From: "Mirar @ Pike developers forum" 10353@lyskom.lysator.liu.se To: pike-devel@lists.lysator.liu.se Sent: Thu, January 21, 2010 10:15:03 AM Subject: -x pv
Could someone that know their way around GTK make pike -x pv work with GTK2?
-----------
So, I'm rewriting pike -x pv to work with GTK2, as requested above, and it is requiring a few updates.
First, because of the flexibility of GDK2.Pixbuf, I'm looking at removing Image.Image from the code. GDK2.Pixbuf can do it all (it appears so far) except for reading from a byte stream (as it is written right now). Because of this, I'm modifying gdkpixbuf.pre to add support for loading an image from a string. I'm testing it right now, then I will commit the change when I'm sure it works.