> could you explain what this:
> http://www.lyx.org/trac/changeset/33780
> does?
See my mail on the list.
> (and where can we set these valignment parameters?)
> i do not see any visible impact on the drawing,
I don't understand. The valignment is set either via the context menu or the tabular dialog.
Depending on that setting, the cell content is drawn in LyX.
> i also think that
> these switch statements should be moved out of the drawing method...
These can be shifted to an int routine that returns cy (and y, in case the row height needs to be
increased). If you do this, please add some comments describing what the routine is for and what it
does why. (the tabular code needs in my opinion more comments).
regards Uwe