> Does anyone know if this is a bug or a feature?
>
>   Fl_Scroll scroll(100, 100, 100, 100);
>   std::cout << "before: " << scroll.x() << " " << scroll.y() << std::endl;
>   scroll.position(50, 50);
>   std::cout << "after: " << scroll.x() << " " << scroll.y() << std::endl;
>
> Output is
>   before: 100 100
>   after: 100 100
>
> Thanks,
> Stan

Never mind.  I see now that Fl_Scroll has its own position(x,y)
method.  Sorry for the noise.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to