in reply to Varying font settings within a cell in Tk::TableMatrix?

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.
  • Comment on Re: Varying font settings within a cell in Tk::TableMatrix?

Replies are listed 'Best First'.
Re^2: Varying font settings within a cell in Tk::TableMatrix?
by Anonymous Monk on Jun 02, 2013 at 08:37 UTC

    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 :)