[Java-gnome-developer] ProgressBar
Brought to you by:
afcowie
From: Alfonso <eu...@ya...> - 2008-02-26 14:14:54
|
I'm trying the ProgressBar widget, but I'm missing some methods. Aren't they implemented or moved to other classes? - One is the pulse method, to activate the progressbar. - On the other side, to make the progressbar update while doing other work, if I understand right how it works, I should need other 2 methods: Gtk.EventsPending and Gtk.MainLoop... Is there any other way to deal with it? Thank you very much for your help... |