On 03-10-11 12:58, Hugo Teso wrote:
Hi list!
Is there any way to fill a gtk.CellRendererProgress indicating the start
and and fractions? Not just the end.
As an example of what I would need to do is, instead of this:
|##############################----------|
I need to do this:
|----##########################----------|
Looking at your example, I suspect you want a pulsing progressbar, one
that moves from the left to right and back. Check the pulse() method of
the gtk.ProgressBar in the reference and tutorial for info and examples.
Cheers,
Timo
Thanks for your help :)
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/