Re: progress bar not updating in gtk+-2.14.5

2008-12-23 Thread Chisheng Huang
Larry Reaves 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 > anything obvious

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 gtk_widget_queue_draw(GT

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

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

Scrolling GtkMenu

2008-12-23 Thread Amol kulkarni
Hi All, I want to disable Arrows for GtkMenu and have GtkScrollbars instead for scrolling. I tried by packing menuitems in VBox and then add this Vbox to GtkScrolledWindow which in turn is placed in GtkMenu. It was possible to display Menuitems properly with some changes in GtkMenu. but still Scrol