> > I am working in images with pifbuf and gtkimage. I want draw other
> > image using the composite method. The problem is when use this method
> > the pifbuf donĀ“t update well.
> >
> Solved making the widget visible to false and after making the visible
> true.
> a better method?


 What is the type of widget you are rendering to?

If it's a drawing area (and I think it's the best suited one for this kind
of stuff) you should do your drawing inside an "expose" event handler.

-- 
Bye,
 Gabry
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to