Re: Markup in GtkTreeViewColumns

2008-08-20 Thread John Coppens
On Wed, 20 Aug 2008 22:47:02 +0300 Paul Pogonyshev <[EMAIL PROTECTED]> wrote: > John Coppens wrote: > > It may be evident, but I can't seem to find how. I need to put markup > > in the column title of GtkTreeViewColumns, as the column titles are > > parameters with sub-indexes. (S11 etc). > > Use

Re: Markup in GtkTreeViewColumns

2008-08-20 Thread Paul Pogonyshev
John Coppens wrote: > It may be evident, but I can't seem to find how. I need to put markup in > the column title of GtkTreeViewColumns, as the column titles are > parameters with sub-indexes. (S11 etc). Use gtk_tree_view_column_set_widget() on the column. You can then use any widget as a title,

Markup in GtkTreeViewColumns

2008-08-20 Thread John Coppens
Hello people. It may be evident, but I can't seem to find how. I need to put markup in the column title of GtkTreeViewColumns, as the column titles are parameters with sub-indexes. (S11 etc). Is this possible? John ___ gtk-app-devel-list mailing list g