[..]
>
> I was going to say I had code for a subclass of Fl_Browser that worked
> around that, but I can't find it anywhere... Nor can I recall what
> exactly I did. Sorry.
>

Thanks for looking ...

I have a feeling that the solution goes something
like
  SubClass::select(int i)
  {
     Fl_Hold_Browser::select(i);
     if ( somthing ) bottomline(i);
  }

But I can't figure out what the "something" is.

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

Reply via email to