> Right now, I think this (new calculation and resizing of the > scrollbars) > would be done during the next draw() of Fl_Scroll, because > that's where > the scrollbars are adjusted. Thus, you could simply call > redraw() on the > Scroll widget.
Thanks Albrecht. I had a little chance to play with this, but after some tests, it still wasn't quite what I wanted, so I reverted to my usual approach of just using an Fl_Scrollbar to control my rendering widget directly. This is now owrking OK, so I think I'm going to stick with this for now... Thanks again for the suggestions (and the reworked scroll stuff, when it arrives!) -- Ian SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

