Pasquale Fersini wrote:

> but i don't see this explicit way to change the type of progress bar in 
> the C++ tab.  However, I use fltk 1.1.7.

It doesn't seem that you can change the progress bar's orientation, but 
you can use an Fl_Slider and set it's type to FL_VERT_FILL_SLIDER. The 
bar's color can be controlled via Fl_Widget::selection_color() and for 
it to grow upwards you'll have to set Fl_Valuator::minimum() > 
Fl_Valuator::maximum.

Regards,
Freddy
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to