> aseem wrote:
> > Hello,
> >
> > I have a need to use a table in fltk in such a way that the header row and 
> > column should not scroll when I scroll the x or y axis of the table. So 
> > that, I know which column is which.
> >
> > Is there a known way to get around this ? Does the FLVW table or the 
> > Fl_table functions help in doing this ?
>
>       All the Fl_Table examples do that out of the box;
>       the x and y headers remain on screen at all times.


Thanks for the reply. I have a file Fl_Grid which I have used extensively for 
the table functionality. It is inherited from Fl_Scroll. However, now I would 
like to use Fl_Table so that I can keep my headers fixed/unscrollable, without 
losing the capabilities of Fl_Grid. Is there a way out, without redesigning the 
complete Fl_Grid to be inherited from Fl_Table ?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to