example of gdk_pixbuf_new_from_file

2008-12-23 Thread frederico schardong
Hello, Anybody have any example of gdk_pixbuf_new_from_file? Or any tutorial about starting with the gdk-pixbuf library? Thankyou ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

progress bar not updating in gtk+-2.14.5

2008-12-23 Thread Chisheng Huang
Hi, The attached code will pop up a window with a progress bar in it. The fill fraction goes from 0.0 to 1.0 gradually and is reset to 0.0 when it's bigger than 1.0. With GTK+ 2.12.10, the appearance of the progress bar is constantly updated. However, with GTK+ 2.14.5, the progress bar always

Re: progress bar not updating in gtk+-2.14.5

2008-12-23 Thread Larry Reaves
It works here with the latest Ubuntu (gtk+ 2.14.4), so if it is a regression, it was introduced in 2.14.5. (Or Ubuntu has a patch that covers it up.) A quick glance at the changelog for 2.14.5 didn't show anything obvious to me, but I'm far from an expert. Chisheng: Try a

Re: progress bar not updating in gtk+-2.14.5

2008-12-23 Thread Chisheng Huang
Larry Reaves la...@yrral.net writes: It works here with the latest Ubuntu (gtk+ 2.14.4), so if it is a Hi Larry, Thanks a lot for trying it out. regression, it was introduced in 2.14.5. (Or Ubuntu has a patch that covers it up.) A quick glance at the changelog for 2.14.5 didn't show