Greg Ercolano wrote:

>       I think you can hide() the scrollbars individually, eg.
> 
>               yourscroll->scrollbar()->hide();        // hide vert scroll
>               yourscroll->hscrollbar()->hide();       // hide horiz scroll
> 
>       ..then you can use the scrollbar's value()/position() methods to
>       control scroll settings from your own code.

I'd guess that this doesn't work because the next draw() would hide or show the 
scrollbars again. (Do you remember? draw() calculates the scrollbar position 
and 
visibility, depending on: type()).

>       Possibly too, Albrecht's example of setting type(0), I didn't know
>       that one.

RTFM ;-)

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

Reply via email to