No comment from anyone?
One solution I thought of is to put Label widgets in every cell, which TableMatrix supports out of the box. Then if I can find the code for putting mixed fonts in labels, I'm all set. It would probably be simpler and more efficient to do this within TableMatrix, of course. | [reply] |
No comment from anyone? <Nelson Muntz>Ha-ha!</Nelson Muntz> It would probably be simpler and more efficient to do this withing TableMatrix, of course. The docs don't show that its possible, although it might be :) its not
So stick a Tk::Text into a cell and there you go, $table->get('row,col') then tagAdd/tagConfigure ... in theory
Or patch/extend Tk-TableMatrix-1.23\pTk\tkTableTag.c and ... c-fudge :)
| [reply] |