PDA

View Full Version : bounce a gtk progress?(pygtk)



dabear
October 30th, 2005, 06:23 PM
if I have this progressbar:


# Create the progressbar
self.progress = gtk.ProgressBar()
vbox.pack_start(self.progress, False, False, 0)


How can I then make it bounce from left to right, back again- and then continue like that until I close the vbox?