Re: tables in a textview



Fabrizio Lanza wrote:

    is there an easy way to build a table (like for html tables style)
    in a textview? Does anybody have some sample code?


As I wrote earlier I think the only way to go is to embed a Gtk2::Table object in the Textview. Problem is that you then need to use multiple TextView widgets to fill in the table cells. This could become fairly complicated. (Of course one could also use a TreeView instead of a table, but that doesm't change much.)

-- Jaap Karssenberg <pardus cpan org>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]