Re: Pixmaps transparency

2005-03-17 Thread Tristan Van Berkom
Peter Zhelezniakov wrote: Hello GTK developers, I have an external library that draws possibly transparent/translucent images to a GdkDrawable only. I want to capture these images in a pixbuf, but when i try to copy pixels from the drawable (a pixmap), all information about transparency is

Re: how to copy folder using glib?

2005-03-17 Thread Iago Rubio
On Thu, 2005-03-17 at 22:57 +0100, Sandi Winter wrote: how to copy folder using glib? AFAIK there're no specific function for this on glib. You should make a loop reading all the files and copying them, or try a system() call and pray for the best. -- Iago Rubio