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, including a label with markup.

Paul
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to