Hi folks,
so far I've changed successfully the style of a scrollbar inside a
browser. Here is the code ('this->' refers to the browser):

--------------------------------
this->scrollbar.color(MY_COLOR_1);
this->scrollbar.selection_color(MY_COLOR_2);
this->scrollbar.labelcolor(MY_COLOR_3);
this->scrollbar.slider(MY_BOX);
--------------------------------

Where MY_COLOR_x is simply a fl_rgb_color(...) and MY_BOX is a custom
box I manage via Fl::set_boxtype(...). Everything is fine, except for
the pushed status of the arrows: you may see an example in the following
link:

http://postimage.org/image/l0f0u9fjh/

In words, I'm not able to change the style of that arrow button when
is being pushed. I suppose it is a part of the Fl_Scroll group, but I
don't know how to find it. Any ideas?
Many thanks in advance!

Regards


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

Reply via email to