Re: What is more fast GdkDrawable or GdkPixbuf

2005-11-30 Thread Olexiy Avramchenko
Carlos Eduardo Rodrigues Diogenes wrote: What of these two components are fastest to copy from one to another (GdkDrawable to GdkDrawable or GkdPixbuf to GdkPixbuf)? The fastest case depends on your client's hardware (pixbufs) and X server's hardware (drawables). GdkPixbuf is stored in client

What is more fast GdkDrawable or GdkPixbuf

2005-11-30 Thread Carlos Eduardo Rodrigues Diogenes
What of these two components are fastest to copy from one to another (GdkDrawable to GdkDrawable or GkdPixbuf to GdkPixbuf)? Thanks, Carlos. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app

Re: gthreads missing

2005-11-30 Thread Tristan Van Berkom
Marcus Reis wrote: Hi, I dont know if is that right list to do this kind of question. When compiling an app with -lgthread ld returns "cannot find -lgthread". I'm using Ubuntu 5.10, so anybody get success using gthreads in Ubuntu 5.10?? Maybe are devel libraries compiled without gthreads support

gthreads missing

2005-11-30 Thread Marcus Reis
Hi, I dont know if is that right list to do this kind of question. When compiling an app with -lgthread ld returns "cannot find -lgthread". I'm using Ubuntu 5.10, so anybody get success using gthreads in Ubuntu 5.10?? Maybe are devel libraries compiled without gthreads support in this distro? any

gdk_window_set_child_shapes()

2005-11-30 Thread Andrew Shafer
Does anyone use this function? Can I get a working example? I have been through the archives and I haven't find any useful information. I want to be able to call gtk_widget_shape_combine_mask on a bunch of children and then have the toplevel window be the union of these children. From the des

RE: Label text does not span width of container

2005-11-30 Thread Cole Anstey
*** Your mail has been scanned by InterScan VirusWall. ***-*** Nicodaemus wrote: > I have a simple program with a label on the main window. > > I place some text in the label and set the 'set_line_wrap' property of > the label to True. > > However, when I run

Re: Label text does not span width of container

2005-11-30 Thread Andreas Stricker
Nicodaemus wrote: I have a simple program with a label on the main window. I place some text in the label and set the 'set_line_wrap' property of the label to True. However, when I run the script I notice that the text in the label does not span the entire width of the window, as there are l

Label text does not span width of container

2005-11-30 Thread Nicodaemus
Hello, I have a simple program with a label on the main window. I place some text in the label and set the 'set_line_wrap' property of the label to True. However, when I run the script I notice that the text in the label does not span the entire width of the window, as there are left and rig