On 06/03/2010 17:12, Vincent van Ravesteijn wrote:
rgheck schreef:
On 03/06/2010 10:14 AM, Abdelrazak Younes wrote:
In effect, all this means that InsetTableCell should be treated as
real insets and we must transfer some code from InsetTabular to
InsetTableCell.
This seems right. InsetTableCell got created mostly to solve some
table-related bug. I can't remember now which one. But it never got
any more than that.
rh
But how do you set the lines for a whole column of a table using
InsetTableCell ? I'm not sure this will help you.
Well, InsetTabular would have to dispatch this LFUN to each of the
InsetTableCell in the column. AFAICS this is largely how it is done
currently anyway: you either set the line for one cell or for multiple
cells within a selection.
Abdel.