Re: Format text in columns

2006-11-28 Thread Donald Malcolm
I am attempting to populate a GtkListStore with text that has Pango attributes and markup. I would like display proportional font tabular data with headings, titles, summary lines, and notes, that has labels, numeric values pre-formatted in character form, with left and right justifying. The line

Format text in columns

2006-11-27 Thread Donald Malcolm
I am populating a GtkListStore with text that has Pango attributes and markup. I would like to position the text at given distances from the left side, arranging it into columns. Is there a way to position the text as a Pango Attribute? Can the position information be encoded into each line of text