[Java-gnome-developer] Setting orientation of ProgressBar
Brought to you by:
afcowie
From: Peter M. <pm...@xs...> - 2009-01-08 15:32:15
|
Hi, I am using java-gnome 4.0.6. It is a really a great tool kit! it brings the power of java to gnome. I have a question about the ProgressBar & ProgressBarOrientation implementation. Although there is a class ProgressBarOrientation, it seems to be empty. Also there is no method in ProgressBar to set the orientation. I would expect to be able to set the orientation using a method like (equivalent to what you have in gtkmm): setOrientation(ProgressBarOrientation.BOTTOM_TO_TOP). Can I set this property in another way? Are there plans to extend the functionality of the ProgressBar in the current release? Thanks Peter. |